
Month: May 2020


Flutter Rounded Floating App Bar
rounded_floating_app_bar Rounded floating app bar like new google applications has. This package provides an easy way to add rounded corner floating app bar in Flutter […]

Flutter Country List Picker
country list pick Flutter plugin to pick country with output name, code, dialcode and flag of country Usage To use this plugin, add country_list_pick as […]

Flutter Link Preview
flutter_link_preview This is a URL preview plugin that previews the content of a URL Special feature Result caching and expiration mechanism for faster return of […]


Flutter Progress Dialog
progress_dialog A light weight package to show progress dialog. As it is a stateful widget, you can change the text shown on the dialog dynamically. […]

Flutter Liquid Progress Indicator
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
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 […]

Flutter Progress HUD
bmprogresshud A lightweight progress HUD for your Flutter app, Inspired by SVProgressHUD. Showcase Example place ProgressHud to you container, and get with ProgressHud.of(context) import 'dart:async'; […]

Flutter Modal Progress Indicator
modal_progress_hud A simple widget wrapper to enable modal progress HUD (a modal progress indicator, HUD = Heads Up Display) Inspired by this article. Demo See […]