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

outdated

BDNavs give you awesome bottomnavbar. it is animated navbar.

bdnavs #

BDNavs give you awesome bottomnavbar. it is animated navbar.

Getting Started #

Use the below code on your app body.

NavBs4Down(
      isDown:false,
      index:5,
      iconColors: Colors.blue,
      iconDisableColors: Colors.blue,
      iconBackColors: Colors.red,
      navBackColors: Colors.green,
      icons:<IconData> [
        Icons.home,
        Icons.search,
        Icons.airplanemode_active,
        Icons.favorite, 
        Icons.add
      ],//
      app: [
        Home(),
        Home1(),
        Home(),
        Home1(),
        Home(),
      ],
  )

Property #

Property Use Type
isDown true for down wave (bool)
isDown false for upper wave (bool)
index for 4 or 5 tabs (int)
iconDisableColors use Colors. or Color() (Color)
iconColors use Colors. or Color() (Color)
iconBackColors use Colors. or Color() (Color)
navBackColors use Colors. or Color() (Color)
icons for 4 or 5 icon (IconData)
app for 4 or 5 class (int)

Demo #

How example looks How example looks How example looks How example looks How example looks How example looks How example looks How example looks
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

BDNavs give you awesome bottomnavbar. it is animated navbar.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bdnavs