Flutter Animated Navigation Bar

Flutter Animated Navigation Bar

May 2, 2020 totosugito 0

curved_navigation_bar pub package Flutter Animated Navigation Bar – A Flutter package for easy implementation of curved navigation bar. Add dependency dependencies: curved_navigation_bar: ^0.3.2 #latest version […]

Flutter 3D Bottom Navigation Bar

Flutter 3D Bottom Navigation Bar

May 2, 2020 totosugito 0

flip_box_bar A 3D BottomNavigationBar inspired by Dribbble design by Dannniel [https://dribbble.com/shots/4811135-Tab-Bar-Cube-Interaction]. Demo Example Use // In Scaffold int selectedIndex = 0; bottomNavigationBar: FlipBoxBar( selectedIndex: index, […]

Best Swiper for Flutter

Best Swiper for Flutter

May 2, 2020 totosugito 0

中文说明 flutter_swiper The best swiper for flutter , with multiple layouts, infinite loop. Compatible with Android & iOS. New Features:Layout for pagination. We are using […]

Flutter Page View Indicator

Flutter Page View Indicator

May 2, 2020 totosugito 0

PageViewIndicator Builds indication marks for PageView. Import import 'package:page_view_indicator/page_view_indicator.dart'; Usage Default Material behavior return PageViewIndicator( pageIndexNotifier: pageIndexNotifier, length: length, normalBuilder: (animationController, index) => Circle( size: […]