flutter_toolbar

Last updated:

0 purchases

flutter_toolbar Image
flutter_toolbar Images
Add to Cart

Description:

flutter toolbar

👏 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>
copied to clipboard
❔ Usage #
Import this class #
import 'package:flutter_toolbar/flutter_toolbar.dart';
copied to clipboard
Flutter ToolBar #
FlutterToolbar(
toolbarItems: [
ToolbarItemData(
title: 'Edit',
color: Colors.pinkAccent,
icon: Icons.edit,
)
],
),
copied to clipboard
👍 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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.