jank_free_progress_indicator 1.0.1
jank_free_progress_indicator: ^1.0.1 copied to clipboard
A jank-free progress indicator on the web. Offloads animation to the GPU, continuing animating smoothly, even if the main thread hangs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jank_free_progress_indicatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
jank_free_progress_indicator: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:jank_free_progress_indicator/jank_free_progress_indicator.dart';