flutter_animated_circle_progress
flutter_animated_circle_progress copied to clipboard
Null Safety and New Progress Indicator
@Jon1105, does this branch work for you? I ran it and there seems to be some issues with it crashing
It does not normally, however, with Flutter's newly added null safety in version 2.12 it should. Set this in the pubspec.yaml and it should work.
environment:
sdk: ">=2.12.0 <3.0.0"