flutter_native_video_trimmer 1.0.8
flutter_native_video_trimmer: ^1.0.8 copied to clipboard
A lightweight Flutter plugin for video manipulation using pure native code (Media3 for Android and AVFoundation for iOS). Efficiently trim videos, generate thumbnails, and retrieve video information w [...]
1.0.8 #
- update readme
1.0.7 #
- update clearCache method and parameter type to return MediaInfo
1.0.6 #
- Fix iOS implementation
1.0.5 #
- Add MediaInfo model class for better type safety
- Update getVideoInfo to return MediaInfo instead of Map
1.0.4 #
- Update method channel name to match package name
1.0.3 #
- Fix iOS implementation
- Add Flutter import to iOS handler files
- Fix method channel implementation
1.0.2 #
- Fix iOS implementation
- Fix method channel implementation
- Update package export configuration
1.0.1 #
- Fix package export configuration
- Fix iOS podspec configuration
1.0.0 #
- Initial release
- Features:
- Video trimming using native code (Media3 for Android, AVFoundation for iOS)
- Thumbnail generation
- Video information retrieval
- No FFmpeg dependency
- Support for Android and iOS
- Documentation:
- Comprehensive README with usage examples
- API documentation
- Example app