Flutter Sign In Button
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 […]
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 […]
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 […]
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( […]
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 […]
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 A flutter package containing commonly used material design picker dialogs. Some are new, some wrap existing or built in pickers with a […]
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, […]
中文说明 flutter_swiper The best swiper for flutter , with multiple layouts, infinite loop. Compatible with Android & iOS. New Features:Layout for pagination. We are using […]
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: […]
Copyright © 2024 | WordPress Theme by MH Themes