â–ē

Flutter Gems is a curated list of 5600+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn Twitter

Top Flutter Indicators: Loading, Refresh, Progress packages

Last updated: April 2, 2024

An indicator is a small animated graphical icon (called spinner), that indicates the status of a particular task or process such as status of a network request, asset or image loading, or the progress of a task. Many indicators also include a text label that provides additional information about the status of the application or process.

Often the Flutter app would be performing an asynchronous operation and it would be necessary to prevent the user from tapping or using the app while this operation is in progress. It might be a very quick operation, but sometimes can take a bit longer due to network connectivity and other reasons. To prevent users from accidently tapping the button twice, or changing inputs. To solve this problem a loading indicator can be displayed in an overlay while the operation is in progress. This overlay indicator is also known as Heads-up-display (HUD) indicator.

Based on functionality, the various types of indicators available in Flutter are:

  • Loading Indicator - It is a circular or linear indicator which animates while the time consuming task is in progress. Apart from the indicator, it can also be paired up with a text such as "Loading".
  • Progress Indicator - Progress indicators are similar to loading indicators, and they also inform the user about the status of ongoing process, such as task progress percentage, stage of progress, etc. They can also communicate and indicate available actions, such as whether users can navigate away from the current screen. For example, in a hyperlocal delivery app, the user can navigate away from the screen once the payment step is complete, while the progress indicator will continue updating.
  • Refresh Indicator - Whenever a user performs the swipe-to-refresh action, vertical swipe to trigger a callback method that refreshes data, a distinctive progress bar is displayed. This progress indicator is also known as refresh indicator.

The complete list of Flutter packages that can help you add a Loading Indicator, Progress Indicator, Refresh Indicator or Heads-up-display (HUD) indicator to your Flutter app is provided below.


flutter_spinkit Card Image
flutter_spinkit
Dart 3 compatible 👍 3.87K
Maintenance Status: Good

A collection of loading indicators animated with flutter.

loading_animation_widget Card Image
loading_animation_widget
Dart 3 compatible 👍 1.32K
Maintenance Status: Good

Loading animation or loading spiner or loader. It's used to show loading animation when the app is in loading state or something is processing for uncertain time.

custom_refresh_indicator Card Image
custom_refresh_indicator
Dart 3 compatible 👍 651
Maintenance Status: Good

Widget that makes it easy to implement a custom pull to refresh gesture.

loading_indicator Card Image
loading_indicator
Dart 3 compatible 👍 503
Maintenance Status: Good

A collection loading animations written in pure dart. Out of the box, no extra dependency.

loader_overlay Card Image
loader_overlay
Dart 3 compatible 👍 385
Maintenance Status: Good

A simple package to simplify screen management. When loading any async task, this package prevent the user from interacting with the screen until the async task finishes.

easy_refresh
Dart 3 compatible 👍 351
Maintenance Status: Good

A flutter widget that provides pull-down refresh and pull-up load.

sn_progress_dialog Card Image
sn_progress_dialog
Dart 3 compatible 👍 237
Maintenance Status: Good

Customizable progress dialog package for Flutter.(Captures the progress value)

modal_progress_hud_nsn Card Image
modal_progress_hud_nsn
Dart 3 compatible 👍 220
Maintenance Status: Good

A modal progress indicator widget with Sound Null Safety. A fork of modal_progress_hud

pull_to_refresh_flutter3
Dart 3 compatible 👍 133
Maintenance Status: Good

a widget provided to the flutter scroll component drop-down refresh and pull up load.

widget_loading Card Image
widget_loading
Dart 3 compatible 👍 82
Maintenance Status: Good

An easy way to hide a widget when you have nothing to show yet and need a loading animation at the same time.

flutter_rounded_progress_bar Card Image
flutter_rounded_progress_bar
Dart 3 compatible 👍 77
Maintenance Status: Good

Rounded Progressbar in Flutter that customize color and border.

swipe_refresh Card Image
swipe_refresh
Dart 3 compatible 👍 71
Maintenance Status: Good

Set of widgets provides make refresh by using pull down gesture.

page_view_dot_indicator Card Image
page_view_dot_indicator
Dart 3 compatible 👍 57
Maintenance Status: Good

A simple and animated page view indicator in the form of dots, which you can customise color, size, space and duration.

flutter_animated_loadingkit Card Image
flutter_animated_loadingkit
Dart 3 compatible 👍 57
Maintenance Status: Good

A collection of custom loading indicators animated with flutter.

pull_to_refresh_notification Card Image
pull_to_refresh_notification
Dart 3 compatible 👍 54
Maintenance Status: Good

Flutter plugin for building pull to refresh effects with PullToRefreshNotification and PullToRefreshContainer quickly.

circular_seek_bar Card Image
circular_seek_bar
Dart 3 compatible 👍 50
Maintenance Status: Good

Circular progress/seek bar package for flutter that supports customizable animations, dashes, and gradients.

linear_progress_bar Card Image
linear_progress_bar
Dart 3 compatible 👍 45
Maintenance Status: Good

Flutter and Dart advanced linear progress indicator like Native Android Progress Bar

flutter_svprogresshud Card Image
flutter_svprogresshud
Dart 3 compatible 👍 44
Maintenance Status: Good

A clean and lightweight progress HUD for flutter app, based on SVProgressHUD.

progress_dialog_null_safe Card Image
progress_dialog_null_safe
Dart 3 compatible 👍 43
Maintenance Status: Good

Reviving an old progress dialog

uiblock Card Image
uiblock
Dart 3 compatible 👍 42
Maintenance Status: Good

Fully customizable and easy to use uiblock package for your flutter apps

blurry_modal_progress_hud Card Image
blurry_modal_progress_hud
Dart 3 compatible 👍 39
Maintenance Status: Good

Just like modal_progress_hud this is a simple widget wrapper to enable modal progress hud

flutter_hud
Dart 3 compatible 👍 18
Maintenance Status: Good

A clean and lightweight progress HUD to show a running asynchronous task for Flutter.

percent_indicator Card Image
percent_indicator
Dart 3 compatible 👍 2.39K
Maintenance Status: Average

Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.

flutter_easyloading Card Image
flutter_easyloading
Dart 3 compatible 👍 1.97K
Maintenance Status: Average

âœĻA clean and lightweight loading/toast widget for Flutter, Easy to use without context, Support iOS, Android and Web

flutter_animation_progress_bar Card Image
flutter_animation_progress_bar
Dart 3 compatible 👍 207
Maintenance Status: Average

This colorful Flutter widget package aims to show an animation progress bar in reactive style. It also supports both vertical and horizontal bar.

simple_circular_progress_bar Card Image
simple_circular_progress_bar
Dart 3 compatible 👍 126
Maintenance Status: Average

Open source Flutter package, simple circular progress indicator.

flutter_progress_hud Card Image
flutter_progress_hud
Dart 3 compatible 👍 123
Maintenance Status: Average

Highly customizable modal progress indicator with fade animation.

flutter_overlay_loader
Dart 3 compatible 👍 104
Maintenance Status: Average

A simple Flutter package for managing overlay loading when fetching remote data or any long-running async task. Flutter overlay loader is easy to use.

overlay_loader_with_app_icon Card Image
overlay_loader_with_app_icon
Dart 3 compatible 👍 75
Maintenance Status: Average

A flutter package that shows a beautiful overlay loader with appIcon when initiating an async call.

simple_fontellico_progress_dialog Card Image
simple_fontellico_progress_dialog
Dart 3 compatible 👍 57
Maintenance Status: Average

This package helps you to render a progress dialog with different types of loading indicator.

progress_indicator
Dart 3 compatible 👍 36
Maintenance Status: Average

A useful collection of custom progress indicators for flutter.

water_bottle Card Image
water_bottle
Dart 3 compatible 👍 34
Maintenance Status: Average

This library add a bottle widget to your screen. You can use it as a loading indicator, a progress tracker, or any kind of measurement suits your needs.

future_progress_dialog Card Image
future_progress_dialog
Dart 3 compatible 👍 32
Maintenance Status: Average

future_progress_dialog is a simple progress dialog library for async tasks. FutureProgressDialog start when you call showDialog function, but dismiss automatically when future task is finished.

simple_progress_indicators Card Image
simple_progress_indicators
Dart 3 compatible 👍 31
Maintenance Status: Average

Simple progress indicators package with solid colors and gradients. Can be used to show progress or for simple animation.

nuts_activity_indicator Card Image
nuts_activity_indicator
Dart 3 compatible 👍 19
Maintenance Status: Average

Highly customizable activity indicator (spinner) for your Flutter apps based on the cupertino package.

colorful_progress_indicators Card Image
colorful_progress_indicators
Dart 3 compatible 👍 10
Maintenance Status: Average

A package that provides user defined colorful progress indicators.

fancy_backdrop
Dart 3 compatible 👍 2
Maintenance Status: Average

fancy_backdrop will add a dimmed layer over your application with spinner.

pull_to_refresh
Dart 3 compatible 👍 2.57K
Maintenance Status: Poor

a widget provided to the flutter scroll component drop-down refresh and pull up load.

step_progress_indicator
Dart 3 compatible 👍 799
Maintenance Status: Poor

Bar indicator made of a series of selected and unselected steps

liquid_pull_to_refresh
Dart 3 compatible 👍 677
Maintenance Status: Poor

A beautiful and custom refresh indicator with some cool animations and transitions for flutter.

loading_animations
Dart 3 compatible 👍 257
Maintenance Status: Poor

A Flutter package with a selection of simple yet very customizable set of loading animations.

progress_indicators
Dart 3 compatible 👍 191
Maintenance Status: Poor

A handful collection of some cool progress indicators and text animators.

loading_overlay
Dart 3 compatible 👍 175
Maintenance Status: Poor

A modal progress indicator widget that fades in and out. Wrap around another widget to block access to widget during an async call.

loading_gifs
Dart 3 compatible 👍 80
Maintenance Status: Poor

Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets.

square_percent_indicater
Dart 3 compatible 👍 51
Maintenance Status: Poor

Flutter package showing progress percent value in square , square shape percent indicator is used commonly in designs

screen_loader
Dart 3 compatible 👍 45
Maintenance Status: Poor

Easy to use mixin ScreenLoader, which will handle the loading on the screen without using state or navigation stack. You can customise the loading as well.

flare_loading
Dart 3 compatible 👍 36
Maintenance Status: Poor

Loading widget based on a custom Flare animation, allow you to create beautiful custom loading widgets or dialogs

flutter_advanced_progress
Dart 3 compatible 👍 35
Maintenance Status: Poor

An advanced progress widget, that can be fully customized with bunch of properties, just try it and enjoy!

loading_overlay_pro
Dart 3 compatible 👍 33
Maintenance Status: Poor

A new Flutter project with a simple widget wrapper set of loading animations for Flutter projects.

square_progress_bar
Dart 3 compatible 👍 26
Maintenance Status: Poor

A square progress bar that you can use easily, Just provide the progress in a range from 0.0 to 1.0 and you are set to go.

activity_ring
Dart 3 compatible 👍 26
Maintenance Status: Poor

Flutter Library to create Progress bars in Apple Watch style rings.

load
Dart 3 compatible 👍 22
Maintenance Status: Poor

Global loading widget, Pure flutter library, not use native code. It is similar to OKToast in use.

progresso
Dart 3 compatible 👍 20
Maintenance Status: Poor

A linear progress bar for flutter, allow for non-zero starting, points along line, and custom styling

bottom_loader
Dart 3 compatible 👍 20
Maintenance Status: Poor

A flutter plugin to display bottom loader using modal sheet.

easy_loader
Dart 3 compatible 👍 16
Maintenance Status: Poor

The easiest way to handle a simple full screen loader in Flutter. Written in Dart. Fully customizable.

cupertino_progress_bar
Dart 3 compatible 👍 14
Maintenance Status: Poor

A non-interactive progress bar includes a track that fills from left to right to show the progression of a task with a known duration.

liquid_progress_indicator
👍 697
Maintenance Status: Poor

A progress indicator with water-like effect in Flutter. Works similarly to Flutters own ProgressIndicator.

modal_progress_hud
👍 483
Maintenance Status: Poor

A modal progress indicator widget (HUD = heads-up display). Wrap around another widget to block access to widget during an async call. Also accepts a custom spinner.

frefresh
👍 119
Maintenance Status: Poor

Help you to build pull-down refresh and pull-up loading in the simplest way.

loading
👍 59
Maintenance Status: Poor

A flutter widget of loading progress Indicator. Easy to use, easy to extend

wave_progress_bars
👍 30
Maintenance Status: Poor

A package provides an easy way to add wave bars in Flutter project.

flutter_progress_dialog
👍 24
Maintenance Status: Poor

A flutter library for the progress dialog. Easily show and hide. Support specify custom loading widget.

intervalprogressbar
👍 15
Maintenance Status: Poor

A interval progress bar for Flutter. Horizontal, vertical, colorful and interval progress.

awesome_loader
👍 14
Maintenance Status: Poor

A Dart plugin for using some Awesome Loaders in your application.

flutter_colored_progress_indicators
👍 9
Maintenance Status: Poor

An alternate animated progress indicator widget for flutter's CircularProgressIndicator and LinearProgressIndicator with Google color accents.

gradient_progress
👍 8
Maintenance Status: Poor

A Gradient color support progressbar, fast way to have a beatiful gradient progress in your flutter app.