flutter_use_video 1.0.0
flutter_use_video: ^1.0.0 copied to clipboard
Video playback hooks for Flutter applications. Provides useAssetVideo and useNetworkVideo hooks for comprehensive video player functionality and state management.
1.0.0 #
First Stable Release
Professional video playback capabilities for Flutter. Whether you're building educational content, entertainment apps, or media galleries.
Features
useAssetVideo()
- Bundled video playback with optimized loadinguseNetworkVideo()
- Streaming video with smart buffering- Complete playback controls: play, pause, stop, and precise seeking
- Intelligent state management for loading, playing, paused, and completed
- Volume and playback speed adjustments
- Real-time duration and position tracking
- Memory-efficient video handling
Production Ready
- Smooth playback across device capabilities
- Handles network interruptions gracefully
- Optimized for various video formats and resolutions
- Clear documentation with implementation examples
0.0.4 #
Development Update to require sdk >= 2.17.0 same as flutter_hooks 0.20.0 Update to flutter_hooks ^0.20.0
0.0.3 #
Development Update to Flutter v3 Update to require sdk >= 2.14.0 Update to flutter_hooks ^0.18.5+1 Update to video_player ^2.4.6
0.0.2 #
Features
Add useAssetVideo()
hook.
Add useNetworkVideo()
hook.