Flutter Drawer Menu

Flutter Drawer Menu

May 8, 2020 totosugito 0

Flutter side menu (Drawer) Getting Started Use KFDrawer widget as Scaffold‘s body with items property (List<KFDrawerItem>) you should define onPressed on KFDrawerItem KFDrawer properties controller […]

Gooey Tab Bar Flutter

Gooey Tab Bar Flutter

May 8, 2020 totosugito 0

Gooey Tab Bar Flutter Flutter component concept created with Flutter using Dart programming language, inspired by Gooey Tab Bar. About This component was created inspired […]

Flutter Expandable Bottom Bar

Flutter Expandable Bottom Bar

May 8, 2020 totosugito 0

ExpandableBottomAppBar Animatable bottom app bar with expandable sheet Preview Getting Started Add the plugin: dependencies: … expandable_bottom_bar: any Basic Usage Adding the widget bottomNavigationBar: BottomExpandableAppBar( […]

Flutter Vertical Tabbar

Flutter Vertical Tabbar

May 8, 2020 totosugito 0

Vertical Tabs A vertical tabs package for flutter framework. Getting Started A simple example of usage. to get more examples see Examples directory. To see […]

Flutter Simple Tabbar

Flutter Simple Tabbar

May 8, 2020 totosugito 0

cupertino_tabbar A highly customisable and simple widget for having iOS 13 style tab bars. It is highly recommended to read the documentation and run the […]

Flutter Material Pickers

Flutter Material Pickers

May 8, 2020 totosugito 0

Flutter Material Pickers A flutter package containing commonly used material design picker dialogs. Some are new, some wrap existing or built in pickers with a […]