Flutter Sign In Button

Flutter Sign In Button

May 10, 2020 totosugito 0

A Flutter plugin for iOS and Android for generating signin buttons for different social media account. Feedback and Pull Requests are most welcome! Installation Add […]

Flutter PageView indicator

Flutter PageView indicator

May 9, 2020 totosugito 0

Worm Indicator A Flutter PageView indicator insprired by worm animation. It can be easily integrated with any Flutter PageView. Pull requests are welcome Features Use […]

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

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