Flutter Cupertino Stackview

Flutter Cupertino Stackview

May 3, 2020 totosugito 0

example Example Project for Example Project for cupertino_stackview. cupertino_stackview A very easy-to-use navigation tool/widget for having iOS 13 style stacks. It is highly recommended to […]

Flutter Configurable Navigation Bar

Flutter Configurable Navigation Bar

May 3, 2020 totosugito 0

ff_navigation_bar A highly configurable navigation bar with emphasis for the selected item. Add dependency dependencies: ff_navigation_bar: ^0.1.5 Basic use import 'package:flutter/material.dart'; import 'package:ff_navigation_bar/ff_navigation_bar.dart'; … return […]

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, […]