flutter_keyframe_timeline 0.0.2-pre1 copy "flutter_keyframe_timeline: ^0.0.2-pre1" to clipboard
flutter_keyframe_timeline: ^0.0.2-pre1 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 Flutter:

 $ flutter pub add flutter_keyframe_timeline

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

dependencies:
  flutter_keyframe_timeline: ^0.0.2-pre1

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:flutter_keyframe_timeline/flutter_keyframe_timeline.dart';
13
likes
115
points
311
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

Documentation

API reference

License

unknown (license)

Dependencies

flutter, logging, mix, phosphor_flutter, uuid, vector_math

More

Packages that depend on flutter_keyframe_timeline