flutter_vimeo 1.0.5
flutter_vimeo: ^1.0.5 copied to clipboard
Flutter package to play Vimeo videos using the InAppWebView plugin.
1.0.5 #
- Add video state management with FlutterVimeoVideoState enum (playing, paused, ended)
- Enhance FlutterVimeoController with state tracking and stream-based state notifications
- Add play/pause control methods to FlutterVimeoController
- Implement proper resource disposal in FlutterVimeoController
- Update iOS deployment target to 13.0 for better compatibility
- Improve example app with enhanced controller usage and state listening
1.0.4 #
- Improvments
1.0.3 #
- Add FlutterVimeoController for enhanced video control and update README
1.0.2 #
- Update README
1.0.1 #
- Minior changes.
- Modify pubspec.yaml to require Flutter 3.0.0
- Add mediaPlaybackRequiresUserGesture, allowsInlineMediaPlayback, initialScale.
1.0.0 #
- Initial release of the Flutter Vimeo package with features including customizable player settings, event callbacks, and support for Do Not Track (DNT) mode.