enough_media 2.0.0 enough_media: ^2.0.0 copied to clipboard
Extensible collection of media viewers for preview and interactive experiences.
[2.0.0] - 2021-06-13 #
- Restructured package
- Use
chewie_audio
instead offlutter_sound_lite
package for better iOS support - Use
CupertinoContextMenu
on iOS and MacOS when there are context menu items registered on aPreviewMediaWidget
- Use
fallbackBuilder
instead offallbackWidget
for better performance in thePreviewMediaWidget
andInteractiveMediaWidget
- Removed
WidgetRegistry
as the fallback builders are a better way to control fallback generation
[1.0.0] - 2021-03-10 #
- Support null-safefty
- Use open source native_pdf_view package instead of commercial package
- Improved video controls
[0.2.0] - 2021-02-02 #
- A
MediaProvider
can 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
MediaPreviewWidget
s by specifying thecontextMenuEntries
andonContextMenuSelected
parameters.
[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.