A cross-platform video editing application built with Flutter, supporting iOS, Android and Web.
- Cross-platform support
- Native performance through platform-specific implementations
- Modern UI with Flutter
- Flutter SDK (latest stable version)
- Platform-specific development tools:
- For iOS: Xcode
- For Android: Android Studio
- Add package to your flutter project:
flutter pub add video_editor
- Import the package in your Dart file:
import 'package:video_editor/video_editor.dart';
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Flutter team for the cross-platform framework
- The open-source community for various tools and libraries used in this project