flutter_keyframe_timeline 0.0.2-pre1
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';