flutter_keyframe_timeline 0.0.1-pre4 copy "flutter_keyframe_timeline: ^0.0.1-pre4" to clipboard
flutter_keyframe_timeline: ^0.0.1-pre4 copied to clipboard

A Flutter package for creating keyframe-based timelines for 2D/3D animations, video editing, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_keyframe_timeline

With Flutter:

 $ flutter pub add flutter_keyframe_timeline

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

dependencies:
  flutter_keyframe_timeline: ^0.0.1-pre4

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:flutter_keyframe_timeline/flutter_keyframe_timeline.dart';
15
likes
0
points
13
downloads

Publisher

verified publishernick-fisher.com

Weekly Downloads

A Flutter package for creating keyframe-based timelines for 2D/3D animations, video editing, etc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, logging, mix, phosphor_flutter, uuid, vector_math

More

Packages that depend on flutter_keyframe_timeline