nuts_activity_indicator 1.0.0-rc.2 nuts_activity_indicator: ^1.0.0-rc.2 copied to clipboard
Highly customizable activity indicator (spinner) based on the activity indicator from the cupertino package.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nuts_activity_indicator
With Flutter:
$ flutter pub add nuts_activity_indicator
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
nuts_activity_indicator: ^1.0.0-rc.2
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nuts_activity_indicator/nuts_activity_indicator.dart';