Flutter Empty Widget
empty_Widget Getting Started 1. Add library to your pubspec.yaml dependencies: … empty_widget: ^0.0.1-dev.1 # such as version, you need use the latest version of pub. […]
empty_Widget Getting Started 1. Add library to your pubspec.yaml dependencies: … empty_widget: ^0.0.1-dev.1 # such as version, you need use the latest version of pub. […]
Gradient App Bar Love the material AppBar? Do you want to add more color to the appbar? Here’s a gradientAppBar. It works just like the […]
Widget Background App Bar A background app bar plugin, use this plugin if you want to preserve background of sliver app bar when scrolling, inspired […]
Snapping sheet A package that provides a highly customizable sheet widget that snaps to different vertical positions Using a ListView in sheetBelow Example using only […]
ShowCaseView A Flutter package allows you to Showcase/Highlight your widgets step by step. Preview Installing Add dependency to pubspec.yaml Get the latest version in the […]
transformer_page_view PageTransformer for flutter Very simple to use import 'package:transformer_page_view/transformer_page_view.dart'; … new TransformerPageView( loop: true, transformer: new AccordionTransformer(), itemBuilder: (BuildContext context, int index) { return […]
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( […]
Copyright © 2024 | WordPress Theme by MH Themes