Statusbar Display | Coderz Repository

statusbar_display

Last updated:

0 purchases

statusbar_display Image
statusbar_display Images

Free

Languages

Categories

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: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.