Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deven98/expanding_bottom_bar
BottomNavigationBar for Flutter with expanding titles
https://github.com/deven98/expanding_bottom_bar
flutter flutter-plugin
Last synced: 3 days ago
JSON representation
BottomNavigationBar for Flutter with expanding titles
- Host: GitHub
- URL: https://github.com/deven98/expanding_bottom_bar
- Owner: deven98
- License: bsd-2-clause
- Created: 2019-02-18T12:40:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T19:32:28.000Z (about 2 years ago)
- Last Synced: 2024-04-24T06:16:54.109Z (7 months ago)
- Topics: flutter, flutter-plugin
- Language: Dart
- Size: 357 KB
- Stars: 39
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# expanding_bottom_bar
A bottom navigation bar with expanding titles.
Inspired by the Dribbble design here: https://t.co/BtUlszSmRR# Demo
![](https://github.com/deven98/expanding_bottom_bar/blob/master/demo.gif)
# Properties
### List\ items;
The items to be displayed in the BottomNavBar.
### Duration animationDuration;
The duration of the animation of the box flip.
### ValueChanged\ onIndexChanged;
Callback for getting value of item selection.
### int selectedIndex;
The current selected index of the BottomNavigationBar
### double navBarHeight;
The height of the BottomNavBar.
### Color backgroundColor
The color of the background of the BottomNavigationBar.
## Getting Started
This project is a starting point for a Dart
[package](https://flutter.io/developing-packages/),
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.For help getting started with Flutter, view our
[online documentation](https://flutter.io/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.