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.

rounded_floating_app_bar

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
  1. Import the package
import 'package:rounded_floating_app_bar/rounded_floating_app_bar.dart';
  1. Adding RoundedFloatingAppBar widget
RoundedFloatingAppBar(
  floating: true,
  snap: true,
),

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

https://github.com/ibhavikmakwana/rounded_floating_app_bar