simple_video_editor 0.0.5 copy "simple_video_editor: ^0.0.5" to clipboard
simple_video_editor: ^0.0.5 copied to clipboard

A Flutter video editing library with compression, trimming and thumbnail generation capabilities.

Simple Video Editor #

A cross-platform video editing application built with Flutter, supporting iOS, Android and Web.

Features #

  • Cross-platform support
  • Native performance through platform-specific implementations
  • Modern UI with Flutter

Getting Started #

Prerequisites #

  • Flutter SDK (latest stable version)
  • Platform-specific development tools:
    • For iOS: Xcode
    • For Android: Android Studio

Installation #

  1. Add package to your flutter project:
flutter pub add video_editor
  1. Import the package in your Dart file:
import 'package:video_editor/video_editor.dart';

Contributing #

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License #

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments #

  • Flutter team for the cross-platform framework
  • The open-source community for various tools and libraries used in this project
0
likes
125
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter video editing library with compression, trimming and thumbnail generation capabilities.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cross_file, cupertino_icons, ffmpeg_kit_flutter_full_gpl, ffmpeg_wasm, flutter, path, path_provider, permission_handler

More

Packages that depend on simple_video_editor