flutter_toolbar 0.0.2 copy "flutter_toolbar: ^0.0.2" to clipboard
flutter_toolbar: ^0.0.2 copied to clipboard

A flutter package which display the library is a library with dynamic toolbars and beautiful animation ...

👏 Flutter ToolBar Open Source Love #

Say Thanks!

A flutter package which display the library is a library with dynamic toolbars and beautiful animation ...

The source code is 100% Dart, and everything resides in the /lib folder.

🔅 Gifs #

fullscreen | | |

💻 Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  flutter_toolbar: <latest version>

❔ Usage #

Import this class #

import 'package:flutter_toolbar/flutter_toolbar.dart';

Flutter ToolBar #

    FlutterToolbar(
        toolbarItems: [
            ToolbarItemData(
                title: 'Edit',
                color: Colors.pinkAccent,
                icon: Icons.edit,
            )
        ],
    ),

👍 How to Contribute #

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

Support us #

You can support us by becoming a patron on Patreon, any support is much appreciated.

Patreon

2
likes
120
pub points
61%
popularity

Publisher

verified publisherrecord.planetcoder.net

A flutter package which display the library is a library with dynamic toolbars and beautiful animation ...

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_toolbar