Progress Indicators in Flutter

Progress Indicators in Flutter

Progress, what a word everyone in this world wants to progress, and so do our users.

For us as developers, it is important to show progress to our app users.

It creates engagement and also gives proper information to the user.

Let's Start,

There are 2 categories of progress indicators,

  1. Indeterminate Progress Indicators

  2. Determinate Progress Indicators

Indeterminate Progress Indicators

These progress indicators are the progress indicators where you do not see finite progress or any number.

These progress bars are used to notify a user that something is happening.

There are 2 types of Indeterminate progress indicators

  1. Linear Progress Indicators

  2. Circular Progress Indicators

Determinate Progress Indicators

These progress indicators are the progress indicators where you see finite progress or you can determine how much progress has happened.

These progress bars are used to notify a user about the progress of any process for example (Download progress).

There are 2 types of determinate progress indicators

  1. Linear Progress Indicators

  2. Circular Progress Indicators

Full code is available on GitHub:-

https://github.com/Priyanshu078/progressbars_in_flutter

You can connect with me on Linkedin:-

https://www.linkedin.com/in/priyanshupaliwal078/