Last updated:
0 purchases
mission bar
Create mission bar with ease.
Ussage #
MissionBar(
value: 10,
min: 0,
max: 100,
iconWidth: 55,
iconList: [
Image(
image: NetworkImage(
'https://raw.githubusercontent.com/Benson194/mission_bar/main/example/assets/image/1.png'),
width: 60,
),
Image(
image: NetworkImage(
'https://raw.githubusercontent.com/Benson194/mission_bar/main/example/assets/image/2.png'),
width: 60,
),
Image(
image: NetworkImage(
'https://raw.githubusercontent.com/Benson194/mission_bar/main/example/assets/image/3.png'),
width: 60,
),
Image(
image: NetworkImage(
'https://raw.githubusercontent.com/Benson194/mission_bar/main/example/assets/image/4.png'),
width: 60,
)
],
sliderPadding: EdgeInsets.only(left: 53, right: 53),
sliderActiveColor: Colors.red,
sliderInActiveColor: Colors.grey,
)
copied to clipboard
Get Started #
Add the below dependency to your pubspec
dependencies:
mission_bar: ^1.0.0
copied to clipboard
Install
flutter pub get
copied to clipboard
Contributing #
Pull requests are welcome!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.