Flutter Scrolling Page Indicator

Flutter Scrolling Page Indicator

May 9, 2020 totosugito 0

scrolling_page_indicator View page indicator like Instagram Getting Started 1) Dependency dependencies: scrolling_page_indicator: ^0.1.2 2) Install flutter packages get 3) Import import 'package:scrolling_page_indicator/scrolling_page_indicator.dart'; 4) Use ScrollingPageIndicator( […]

Flutter Sliding Button

Flutter Sliding Button

May 9, 2020 totosugito 0

Sliding Button A sliding Flutter widget, based on the slide to unlock function from multiple devices. Heavily customizable and flexible. Installing Add the following to […]

Flutter Smooth Page Indicator

Flutter Smooth Page Indicator

May 9, 2020 totosugito 0

smooth_page_indicator Customizable animated page indicator with a set of built-in effects. New! Scrolling dots effect Effects Effect Preview Worm Expanding Dots Jumping dot Scrolling Dots […]

Flutter Simple Numeric Keyboard

Flutter Simple Numeric Keyboard

May 9, 2020 totosugito 0

numeric_keyboard A simple numeric keyboard widget Installation Add numeric_keyboard: ^1.0.0 in your pubspec.yaml dependencies. And import it: import 'package:numeric_keyboard/numeric_keyboard.dart'; How to use Simply create a […]

Flutter Inner Drawer

Flutter Inner Drawer

May 8, 2020 totosugito 0

flutter_inner_drawer Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list menu or other. Installing Add […]

Flutter Debug Drawer

Flutter Debug Drawer

May 8, 2020 totosugito 0

flutter_debug_drawer A debug drawer menu for better development. This is an initial release with very few functionalities. This project is heavily inspired on a similar […]

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