sharara_bottom_bar 0.0.1 copy "sharara_bottom_bar: ^0.0.1" to clipboard
sharara_bottom_bar: ^0.0.1 copied to clipboard

A new Sharara flutter package.

introduction #

fast built package for providing convex bottom bar view with very fast render rate

installation. #

flutter pub add sharara_bottom_bar

Usage #

 final bottom = ShararaBottomBar(
controller:ShararaBottomBarController(
items: const [
ShararaBottomItem(child: Icon(Icons.home),label: "main"),
ShararaBottomItem(child: Icon(Icons.gamepad),label: "categories"),
ShararaBottomItem(child: Icon(Icons.shopping_cart),label: "cart"),
ShararaBottomItem(child: Icon(Icons.person,color:Colors.black,),
label:"profile"
),
],
),
);
0
likes
110
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A new Sharara flutter package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_animate

More

Packages that depend on sharara_bottom_bar