hummatli / animated_progress_bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

animated_progress_bar

Sample Flutter project to demonstarate custom animated progress indicator like https://getbootstrap.com/docs/5.3/components/progress/#animated-stripes.

  • No third-party package is used. This implementation was done by using the Flutter internal packages.
  • AnimatedProgressIndicator is a custom widget valueBackground is totally drawn by CustomPainter.
  • ProgressBar itself demonstrates a loading simulation with two random stops between the start and end, each stop lasting for a duration of 1-2 seconds (randomly chosen).
Untitled.mp4

About


Languages

Language:C++ 42.7%Language:CMake 35.3%Language:Dart 13.4%Language:HTML 3.5%Language:C 2.7%Language:Swift 2.2%Language:Kotlin 0.2%Language:Objective-C 0.1%