animagie_video_editor 0.0.4 copy "animagie_video_editor: ^0.0.4" to clipboard
animagie_video_editor: ^0.0.4 copied to clipboard

A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animagie_video_editor

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

dependencies:
  animagie_video_editor: ^0.0.4

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:animagie_video_editor/bemeli_editor.dart';
import 'package:animagie_video_editor/bemeli_image_editor.dart';
import 'package:animagie_video_editor/domain/bloc/controller.dart';
import 'package:animagie_video_editor/domain/entities/cover_data.dart';
import 'package:animagie_video_editor/domain/entities/cover_style.dart';
import 'package:animagie_video_editor/domain/entities/crop_style.dart';
import 'package:animagie_video_editor/domain/entities/transform_data.dart';
import 'package:animagie_video_editor/domain/entities/trim_style.dart';
import 'package:animagie_video_editor/ui/cover/cover_selection.dart';
import 'package:animagie_video_editor/ui/cover/cover_viewer.dart';
import 'package:animagie_video_editor/ui/crop/crop_grid.dart';
import 'package:animagie_video_editor/ui/crop/crop_grid_painter.dart';
import 'package:animagie_video_editor/ui/transform.dart';
import 'package:animagie_video_editor/ui/trim/thumbnail_slider.dart';
import 'package:animagie_video_editor/ui/trim/trim_slider.dart';
import 'package:animagie_video_editor/ui/trim/trim_slider_painter.dart';
import 'package:animagie_video_editor/ui/trim/trim_timeline.dart';
import 'package:animagie_video_editor/ui/video_viewer.dart';
0
likes
125
points
59
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.

License

MIT (license)

Dependencies

ffmpeg_kit_flutter_min_gpl, flutter, path, path_provider, video_player, video_thumbnail

More

Packages that depend on animagie_video_editor