photo_opener_view 1.1.1
photo_opener_view: ^1.1.1 copied to clipboard
A powerful and customizable Flutter package for viewing images and videos with beautiful UI styles and animations.
1.1.1 #
- Fixed intermittent video initialization failure caused by codec resource exhaustion (
NO_MEMORY/MediaCodecerrors). - Added automatic retry with exponential backoff (up to 3 retries) for video initialization in both
VideoViewerScreenandVideoThumbnailContainer. - Properly dispose previous video controller before re-initializing to free codec resources.
- Added error state UI with retry button in
VideoThumbnailContainer. - Improved
mountedchecks throughout async video initialization flow.
1.1.0 #
- Added
VideoThumbnailContainerfor inline video playback with seamless fullscreen transition. - Added
PlayButtonThemefor customizing video play buttons. - updated Video player.
- Fixed bug to getting more points
1.0.1 #
- Fixed bug to getting more points
- Added better error handling
- Improve Video player
1.0.0 #
- Initial release of
photo_opener_view. - Added
MediaViewer.openImagefor single image viewing with zoom and pan. - Added
MediaViewer.openImageGalleryfor swipeable image galleries. - Added
MediaViewer.openVideofor video playback with custom controls. - Supported 5 visual styles: Modern, Minimal, Instagram, Cinematic, Glassmorphism.
- Added support for custom builders, overlays, and extensive customization.