sa_v1_migration 1.1.2 copy "sa_v1_migration: ^1.1.2" to clipboard
sa_v1_migration: ^1.1.2 copied to clipboard

discontinued

Migration Guide (Use simple_animation v1 code while migratating to v2)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sa_v1_migration
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sa_v1_migration: ^1.1.2
copied to clipboard

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:sa_v1_migration/sa_v1_migration.dart';
copied to clipboard
1
likes
40
points
278
downloads

Publisher

verified publisherfelix-blaschke.de

Weekly Downloads

2024.09.19 - 2025.04.03

Migration Guide (Use simple_animation v1 code while migratating to v2)

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sa_v1_migration