flutter_animated_circle_progress icon indicating copy to clipboard operation
flutter_animated_circle_progress copied to clipboard

Null Safety and New Progress Indicator

Open ramuno4 opened this issue 3 years ago • 2 comments

ramuno4 avatar Mar 21 '21 13:03 ramuno4

@Jon1105, does this branch work for you? I ran it and there seems to be some issues with it crashing

calebkiage avatar Apr 14 '21 12:04 calebkiage

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"

ramuno4 avatar Apr 23 '21 11:04 ramuno4