cue 0.1.5 copy "cue: ^0.1.5" to clipboard
cue: ^0.1.5 copied to clipboard

Physics-first Flutter animations with a composable, timeline-driven API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cue

With Flutter:

 $ flutter pub add cue

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

dependencies:
  cue: ^0.1.5

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:cue/cue.dart';
146
likes
0
points
3.06k
downloads

Publisher

verified publishercodeness.ly

Weekly Downloads

Physics-first Flutter animations with a composable, timeline-driven API

Repository (GitHub)
View/report issues

Topics

#animation #motion #timeline #keyframes #effects

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cue