Releases: Enough-Software/enough_media
Releases · Enough-Software/enough_media
v3.0.0
v2.3.1
- Ensure compatibility with Flutter 3.22
- Update dependencies
v2.2.2
- Fix hero animation problem when useHeroAnimation is set to false
- Update dependencies
- Improve code style
v2.2.1
- Update dependencies
v2.2.0
- Use pdfx instead of package:native_pdf_view package
- Ensure compatibility with Flutter 3.0
v2.1.0
- Use builder function instead of prebuild fallback widgets
MediaProviderscan now be converted for easier consumption
v2.0.0
- Restructured package
- Use
chewie_audioinstead offlutter_sound_litepackage for better iOS support - Use
CupertinoContextMenuon iOS and MacOS when there are context menu items registered on aPreviewMediaWidget - Use
fallbackBuilderinstead offallbackWidgetfor better performance in thePreviewMediaWidgetandInteractiveMediaWidget - Removed
WidgetRegistryas the fallback builders are a better way to control fallback generation
v1.0.0
- Support null-safefty
- Use open source native_pdf_view package instead of commercial package
- Improved video controls
[0.2.0] - 2021-02-02
- A
MediaProvidercan now also have a description that can be useful when sharing the media to other apps. - The hero animation now works also for text media.
- Specify context menu items for
MediaPreviewWidgets by specifying thecontextMenuEntriesandonContextMenuSelectedparameters.
[0.1.0] - 2021-01-19
- Opinionated but extensible collection of preview and interactive media widgets.
- Supports image, audio, PDF and text media for interactive experiences.
- Supports image and text for preview experiences.