0 purchases
bottom progress
bottom_progress #
This package is bottom progress.
You can use page route, tutorial route and more..
Getting started #
①
Add the dependency to your pubspec.yaml file.
dependencies:
flutter:
sdk: flutter
bottom_progress:
copied to clipboard
②
Tap Pub get in your pubspec.yaml file.
Usage #
BottomProgresss(
// Number of page count.
pointCount: 1,
// Amount of bottom progress
pageCount: 10,
// page
onColor: Colors.pink,
// other page
offColor: Colors.grey,
// bottom progress size
fontSize: 40,
),
copied to clipboard
Additional information #
Thank for using this package!
if it has some problems, please write issues in this repository.
Github #
https://github.com/iseruuuuu/bottom_progress
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.