botton_nav_bar 0.1.4
botton_nav_bar: ^0.1.4 copied to clipboard
The botton_nav_bar library is a custom implementation of the bottom navigation bar in Flutter. The library provides a customizable bottom navigation bar widget that allows users to navigate between di [...]
0.0.1 #
0.0.2 #
0.0.5 #
Improved documentation to provide better understanding of the package's features and implementation. No changes to the code or functionality of the package Includes a custom Bottom Navigation Bar with various customization options. Supports floating action button with customizable properties. Ability to specify screens to display for each navigation bar item. Ability to customize colors, sizes, and fonts of various elements in the bottom navigation bar. We strive to provide a high-quality package and welcome any feedback or suggestions for future updates.
0.1.1 #
Improved documentation to provide better understanding of the package's features and implementation. No changes to the code or functionality of the package
0.1.2 #
Added notched shape in the center of bottom navigation bar Created a custom class CustomNotchedShape which extends the NotchedShape class and overrides the getOuterPath method to return the desired notched path.
Modified the BottomNavigationBar widget to use the CustomNotchedShape class for the center item. Added a notchRadius parameter to the CustomNotchedShape class to customize the radius of the notched shape. Updated the app's UI to display the new notched shape in the center of the bottom navigation bar.