Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Floating bottom navigation package for flutter

License

NotificationsYou must be signed in to change notification settings

right7ctrl/flutter_floating_bottom_navigation_bar

Repository files navigation

Fully customizable floating bottom navigation package for flutter.

🎮 How To Use

Scaffold(          appBar:AppBar(            title:Text('Example'),          ),//If you want to show body behind the navbar, it should be true          extendBody:true,          bottomNavigationBar:FloatingNavbar(            onTap: (int val) {//returns tab id which is user tapped            },            currentIndex:0,            items: [FloatingNavbarItem(icon:Icons.home, title:'Home'),FloatingNavbarItem(icon:Icons.explore, title:'Explore'),FloatingNavbarItem(icon:Icons.chat_bubble_outline, title:'Chats'),FloatingNavbarItem(icon:Icons.settings, title:'Settings'),            ],          ),                  );

❗️ Note

  • Pull requests are welcomed, especially the animations :)

⭐️ License

MIT License

Releases

No releases published

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp