Flutter Empty Widget

Flutter Empty Widget

July 19, 2020 totosugito 0

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

Flutter App Bar Image

Flutter App Bar Image

July 14, 2020 totosugito 0

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

Flutter Snapping Sheet

Flutter Snapping Sheet

July 13, 2020 totosugito 0

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

Flutter Showcase View

Flutter Showcase View

July 9, 2020 totosugito 0

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

Flutter Pageview Transformer

Flutter Pageview Transformer

June 18, 2020 totosugito 0

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

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