statusbar_display

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

statusbar display

Progress Bar for flutter apps
Usage #
Include the package into the application and call for the progressbar as in the example code
import 'package:statusbar_display/statusbar.dart';
StatusBar(
fillValue: 4700,
totalValue: 5000,
height: 20,
showValue: true,
showinPercentage: false,
fillColor = const ["0xFFdb0303", "0xFFdbc003", "0xFF38db03"],
fillPercentage = const [40, 70, 100]
)

StatusBar(
fillValue: 5000,
totalValue: 5000,
height: 20,
showValue: true,
showinPercentage: true,
fillColor = const ["0xFFdb0303", "0xFFdbc003", "0xFF38db03"],
fillPercentage = const [40, 70, 100]
)

StatusBar(
fillValue: 250,
totalValue: 3000,
height: 20,
showValue: true,
showinPercentage: false,
fillColor = const ["0xFFdb0303", "0xFFdbc003", "0xFF38db03"],
fillPercentage = const [40, 70, 100]
)

StatusBar(
fillValue: 45,
totalValue: 100,
height: 20,
showValue: true,
showinPercentage: true,
fillColor = const ["0xFFdb0303", "0xFFdbc003", "0xFF38db03"],
fillPercentage = const [40, 70, 100]
)
copied to clipboard

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.