Flutter Tutorial - Progress Indicator - Deep Dive

preview_player
Показать описание
Create a linear and circular progress indicator while downloading a file from the web in Flutter.


--- JOIN THE CREW ---

SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Me :-)

PLAYLISTS

If you find this video useful, LIKE & SHARE this video to help other people who also learn Flutter :)

CREDITS

#Flutter #Tutorial #JohannesMilke

LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

1:18
To change size, wrap the CircularProgressIndicator inside a SizedBox

Try colorTween,
Tween animation widgets

KlearningDart-dx
Автор

Love this video, it should have more view. I was searching for this and all pther tutorials used the CustomPaint to reach this result. But this way is much more clean and easy

pedromaratones
Автор

Can we add borders to the LinearProgressIndicator

kibromhs
Автор

get some error with ColorTween
// animation =
// Colors.yellow, end: Colors.red));


Now have to change to this:
late Animation<Color?> animation;

and when initilze state:

animation =
ColorTween(begin: Colors.yellow, end:

LuminousAsianBeauties
Автор

I am working on to-do list app and I want to fill the progress bar when any user complete one task and percentages will be acc. To number of task user created on that app
Is it possible in flutter (I am complete newbie)
Any help will be appreciated
I searched a lot but all I can find is how to create progress bar for download button so it will be really helpful

anujrathore
Автор

Always the best ❤ thank you verymuch...

programingtales
Автор

It would be useful to see a demo of this in which the Progress Indicator automatically appears as a modal while the file is downloading, and disappears once the download is complete.

exploring_thailand
Автор

I DON'T FROM FILE I WANT FROM JSON

amjadahmed