Flutter Style Widget

Flutter Style Widget

July 13, 2020 totosugito 0

Simplifying your widget tree structure by defining widgets using methods.    Thanks to the introduction of extension methods in Dart 2.7.0, styled_widget makes it possible […]

Flutter Modal Bottom Sheet

Flutter Modal Bottom Sheet

June 26, 2020 totosugito 0

Flutter Modal Bottom Sheet Create awesome and powerful modal bottom sheets. Cupertino Modal Multiple Modals Material Modal Bar Modal Create your own Try it Explore […]

Lazy Loading Flutter

Lazy Loading Flutter

May 29, 2020 totosugito 0

frefresh Help you to build pull-down refresh and pull-up loading in the simplest way. Although unprecedented simplicity, but the effect is amazing. It also supports […]

Flutter Liquid Progress Indicator

Flutter Liquid Progress Indicator

May 25, 2020 totosugito 0

liquid_progress_indicator Liquid progress indicator for Flutter. Features Liquid circular progress indicator. Liquid linear progress indicator. Liquid custom progress indicator. Works similarly to Flutters own ProgressIndicator. […]

Flutter Interval Progress Bar

Flutter Interval Progress Bar

May 25, 2020 totosugito 0

IntervalProgressBar An interval progress widget for Flutter. Preview v1 v2 Depend on it https://pub.dev/packages/intervalprogressbar Add this to your package’s pubspec.yaml file: dependencies: intervalprogressbar: ^{last_version} Features […]