bottom_progress 0.0.3 copy "bottom_progress: ^0.0.3" to clipboard
bottom_progress: ^0.0.3 copied to clipboard

A new Flutter package project.

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:   

② 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,
 ),

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

1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on bottom_progress