diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8f40d..3c6ff1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.2.0] - 2022-05-18 +* Use pdfx instead of package:native_pdf_view package +* Ensure compatibility with Flutter 3.0 + ## [2.1.0] - 2021-07-21 * Use builder function instead of prebuild fallback widgets * `MediaProviders` can now be converted for easier consumption diff --git a/README.md b/README.md index eef209e..b141435 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_media: ^2.1.0 + enough_media: ^2.2.0 ``` The latest version or `enough_media` is [![enough_media version](https://img.shields.io/pub/v/enough_media.svg)](https://pub.dartlang.org/packages/enough_media). diff --git a/pubspec.yaml b/pubspec.yaml index 0c97f82..3697d28 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_media description: Extensible collection of media viewers for preview and interactive experiences. -version: 2.1.0 +version: 2.2.0 homepage: https://github.com/enough-software/enough_media environment: @@ -8,14 +8,14 @@ environment: flutter: ">=2.0.0" dependencies: + chewie: ^1.3.2 + chewie_audio: ^1.3.0 flutter: sdk: flutter + path_provider: ^2.0.10 pdfx: ^2.0.1+2 photo_view: ^0.13.0 video_player: ^2.4.2 - chewie: ^1.3.2 - chewie_audio: ^1.3.0 - path_provider: ^2.0.10 dev_dependencies: flutter_test: