👏 Flutter ToolBar
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
| | |
💻 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
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Support us
You can support us by becoming a patron on Patreon, any support is much appreciated.