Saturday 6 July 2019

Rounded floating app bar like new google applications has

flutter tutorial,flutter,flutter tutorial for beginners,flutter app,flutter tutorials,flutter sdk,tutorial,flutter course,learn flutter,flutter tutorial ios,flutter firebase tutorial,flutter widgets,flutter app development tutorial,flutter ios,flutter dart,flutter android,google flutter,flutter sdk tutorial,flutter tutorial app,google flutter tutorial,flutter sqflite tutorial,flutter tutorial deutsch,flutter tutorial android

rounded_floating_app_bar

Rounded floating app bar like new google applications has. This package provides an easy way to add rounded corner floating app bar in Flutter project.
flutter tutorial,flutter,flutter tutorial for beginners,flutter app,flutter tutorials,flutter sdk,tutorial,flutter course,learn flutter,flutter tutorial ios,flutter firebase tutorial,flutter widgets,flutter app development tutorial,flutter ios,flutter dart,flutter android,google flutter,flutter sdk tutorial,flutter tutorial app,google flutter tutorial,flutter sqflite tutorial,flutter tutorial deutsch,flutter tutorial android

Installing

  1. Add dependency to pubspec.yaml
    Get the latest version in the 'Installing' tab on pub.dartlang.org
dependencies:
    rounded_floating_app_bar: 0.1.0
Dart
  1. Import the package
import 'package:rounded_floating_app_bar/rounded_floating_app_bar.dart';
Dart
  1. Adding RoundedFloatingAppBar widget
RoundedFloatingAppBar(
  floating: true,
  snap: true,
),
Dart

How to use

Check out the example app in the example directory or the 'Example' tab on pub.dartlang.org for a more complete example.

Getting Started

This project is a starting point for a Dart
package,
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.

Contribute

  1. Fork the the project
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make required changes and commit (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

GitHub

An easy way to add rounded corner floating app bar in Flutter project. — Read More
Latest commit to the master branch on 4-30-2019
Download as zip