sa4_migration_kit 1.0.0 sa4_migration_kit: ^1.0.0 copied to clipboard
Contains legacy classes from simple_animations 4.x for a step by step migration to version 5.x
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sa4_migration_kit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sa4_migration_kit: ^1.0.0
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:sa4_migration_kit/sa4_migration_kit.dart';