math_curve_loaders 0.1.0
math_curve_loaders: ^0.1.0 copied to clipboard
Animated Flutter loading indicators drawn from parametric mathematical curves.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add math_curve_loadersThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
math_curve_loaders: ^0.1.0Alternatively, 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:math_curve_loaders/math_curve_loaders.dart';