Flutter Percent Indicator

Flutter Percent Indicator

November 6, 2020

Percent Indicator Circular and Linear percent indicators Features Circle percent indicator Linear percent indicator Toggle animation Custom duration of the animation Progress based on a […]

Flutter Download Plugin

Flutter Download Plugin

September 14, 2020

Flutter Downloader A plugin for creating and managing download tasks. Supports iOS and Android. This plugin is based on WorkManager in Android and NSURLSessionDownloadTask in […]

Flutter Interval Progress Bar

Flutter Interval Progress Bar

May 25, 2020

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

Flutter Progress HUD

May 25, 2020

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