If you want to build a progress bar indicator that is either circular or linear different than the default progress bar indicator which looks more beautiful then see the example below. In this example, I have used the flutter package which helps to make this very easily. And we can easily apply the percentage on it and the progress text.

flutter custom progress bar indicator

For this custom progress bar indicator, you need to add percent_indicator flutter package in your dependency by adding following line in pubspec.yaml file.

#flutter #mobile-apps

How to create Circular or Linear percentage Progress Bar in Flutter
37.10 GEEK