flutter_animated_progress_bar 1.0.5  flutter_animated_progress_bar: ^1.0.5 copied to clipboard
flutter_animated_progress_bar: ^1.0.5 copied to clipboard
An animated progress bar widget designed to be used with audio or video.
import 'package:example/animated_progress_bar_example.dart';
import 'package:flutter/material.dart';
void main() {
  // debugRepaintRainbowEnabled = true;
  runApp(const AnimatedProgressBarExample());
}