rounded_floating_app_bar 0.1.0 copy "rounded_floating_app_bar: ^0.1.0" to clipboard
rounded_floating_app_bar: ^0.1.0 copied to clipboard

discontinued

A package provides an easy way to add rounded corner floating app bar in Flutter project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rounded_floating_app_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rounded_floating_app_bar: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rounded_floating_app_bar/rounded_floating_app_bar.dart';
2
likes
40
pub points
69%
popularity

Publisher

verified publisheribhavikmakwana.me

A package provides an easy way to add rounded corner floating app bar in Flutter project.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on rounded_floating_app_bar