Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jul 21, 2021
1 parent e335efb commit 7ac045b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.1.0] - 2021-07-21
* Use builder function instead of prebuild fallback widgets
* `MediaProviders` can now be converted for easier consumption

## [2.0.0] - 2021-06-13
* Restructured package
* Use `chewie_audio` instead of `flutter_sound_lite` package for better iOS support
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: ^0.2.0
enough_media: ^2.1.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
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package:lints/recommended.yaml
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: enough_media
description: Extensible collection of media viewers for preview and interactive experiences.
version: 2.0.0
version: 2.1.0
homepage: https://github.com/enough-software/enough_media

environment:
Expand All @@ -17,10 +17,10 @@ dependencies:
chewie_audio: ^1.2.0
path_provider: ^2.0.2


dev_dependencies:
flutter_test:
sdk: flutter
lints: ^1.0.1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit 7ac045b

Please sign in to comment.