Skip to content

Commit

Permalink
release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed May 18, 2022
1 parent 4c4e8bd commit 523457b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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:
sdk: ">=2.12.0 <3.0.0"
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:
Expand Down

0 comments on commit 523457b

Please sign in to comment.