d3xvn/expanding_bottom_bar
확장 가능한 제목이 있는 Flutter용 BottomNavigationBar
- Stars
- 40
- Forks
- 4
- 최근 푸시(UTC)
- 2022. 8. 27.
- 프로젝트 상태
- 활성
기술 주제
사용 중인 의존성
의존성 목록 2 개
- flutter
{"sdk":"flutter"} - flutter_test개발 의존성
{"sdk":"flutter"}
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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<ExpandingBottomBarItem> items;
The items to be displayed in the BottomNavBar.
Duration animationDuration;
The duration of the animation of the box flip.
ValueChanged<int> 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, 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, which offers tutorials, samples, guidance on mobile development, and a full API reference.