pardon_dance 1769.73.596
pardon_dance: ^1769.73.596 copied to clipboard
Quick link package for the Pardon Dance viral video effect
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pardon_danceWith Flutter:
$ flutter pub add pardon_danceThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pardon_dance: ^1769.73.596Alternatively, 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:pardon_dance/pardon_dance.dart';