wistia_video_player 1.2.0
wistia_video_player: ^1.2.0 copied to clipboard
Simple Flutter widget for embedding Wistia videos with full customization support
1.2.0 #
- Refactoring: Extracted HTML template to separate asset file for better maintainability
- UI Enhancement: Added custom CSS styling to reduce Wistia player button sizes for more compact interface
- Button size optimization: Standardized button sizes - 80px for main play/pause buttons, 50px for skip buttons
- Code organization: Improved separation of concerns between Dart logic and HTML presentation
1.1.1 #
- Added loading indicator with white circular progress bar on black background
1.1.0 #
- Enable inline video playback on iOS devices
- Fixed critical issue where most player options weren't being passed to Wistia. Enchanced
WistiaPlayerOptions.toString()to include all 30+ configuration options instead of just 5 - All Wistia player customization options now work as expected (quality control, volume, fullscreen, etc.)
1.0.1 #
- Added prominent link and improved description for Wistia embed options documentation in README
1.0.0 #
- Initial release of Wistia Video Player
- Simple Flutter widget for embedding Wistia videos
- Full customization support with comprehensive player options
- WebView-based implementation with JavaScript integration
- Support for all Wistia player features including autoplay, controls, quality settings
- Player state management and event handling
- Cross-platform support for iOS and Android