Skip to content

Releases: Enough-Software/enough_media

v2.3.1

22 May 13:35
Compare
Choose a tag to compare
  • Ensure compatibility with Flutter 3.22
  • Update dependencies

v2.2.2

20 Nov 12:06
Compare
Choose a tag to compare
  • Fix hero animation problem when useHeroAnimation is set to false
  • Update dependencies
  • Improve code style

v2.2.1

05 Oct 15:16
Compare
Choose a tag to compare
  • Update dependencies

v2.2.0

18 May 13:32
Compare
Choose a tag to compare
  • Use pdfx instead of package:native_pdf_view package
  • Ensure compatibility with Flutter 3.0

v2.1.0

21 Jul 13:57
Compare
Choose a tag to compare
  • Use builder function instead of prebuild fallback widgets
  • MediaProviders can now be converted for easier consumption

v2.0.0

13 Jun 14:04
Compare
Choose a tag to compare
  • Restructured package
  • Use chewie_audio instead of flutter_sound_lite package for better iOS support
  • Use CupertinoContextMenu on iOS and MacOS when there are context menu items registered on a PreviewMediaWidget
  • Use fallbackBuilder instead of fallbackWidget for better performance in the PreviewMediaWidget and InteractiveMediaWidget
  • Removed WidgetRegistry as the fallback builders are a better way to control fallback generation

v1.0.0

10 Mar 11:06
Compare
Choose a tag to compare
  • Support null-safefty
  • Use open source native_pdf_view package instead of commercial package
  • Improved video controls

[0.2.0] - 2021-02-02

02 Feb 12:31
Compare
Choose a tag to compare
  • 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 MediaPreviewWidgets by specifying the contextMenuEntries and onContextMenuSelected parameters.

[0.1.0] - 2021-01-19

19 Jan 16:43
Compare
Choose a tag to compare
  • 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.