bdnavs 0.0.1 copy "bdnavs: ^0.0.1" to clipboard
bdnavs: ^0.0.1 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 Use Type
isDown true for down wave (bool)
false for upper wave
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)
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