lovoj_video_editor 0.1.0
lovoj_video_editor: ^0.1.0 copied to clipboard
Custom short video recording & editing SDK for Flutter — CameraX/MediaCodec (Android) + AVFoundation (iOS).
lovoj_video_editor #
Custom Flutter SDK for short video recording and editing. 100% apna native engine — kisi third-party video SDK ki zaroorat nahi.
Install #
dependencies:
lovoj_video_editor: ^0.1.0
flutter pub get
Quick start #
import 'package:lovoj_video_editor/lovoj_video_editor.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await VideoEditorSdk.initialize();
runApp(MyApp());
}
Features #
- Multi-clip recording with countdown timer
- Real-time filters (beauty, warm, cool, vintage, B&W, vivid, sepia)
- Trim, speed control, text overlays
- Background music, voice-over, audio mixing
- Export with quality presets
Native stack #
| Platform | Technology |
|---|---|
| Android | CameraX + MediaCodec + MediaMuxer |
| iOS | AVFoundation + CoreImage |
Permissions #
Add camera/microphone permissions to your app's AndroidManifest.xml and Info.plist. See SdkPermissions class or INTEGRATION.md.
Example #
cd example
flutter run
License #
MIT — see LICENSE.