auto_step 0.0.1 copy "auto_step: ^0.0.1" to clipboard
auto_step: ^0.0.1 copied to clipboard

Auto Step for Flutter. Useful for animating something

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_step

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

dependencies:
  auto_step: ^0.0.1

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:auto_step/auto_step.dart';
6
likes
140
points
68
downloads

Publisher

verified publisheranggaaryas.my.id

Weekly Downloads

Auto Step for Flutter. Useful for animating something

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on auto_step