jank_free_progress_indicator 1.0.1 copy "jank_free_progress_indicator: ^1.0.1" to clipboard
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_indicator

This 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.1

Alternatively, 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';
0
likes
140
points
494
downloads

Publisher

verified publisheradrianjagielak.dev

Weekly Downloads

A jank-free progress indicator on the web. Offloads animation to the GPU, continuing animating smoothly, even if the main thread hangs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on jank_free_progress_indicator