From 7ac045b7782b5697e9639ac47b9df4f11049c23f Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Wed, 21 Jul 2021 15:57:12 +0200 Subject: [PATCH] release v2.1.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- analysis_options.yaml | 1 + pubspec.yaml | 4 ++-- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 analysis_options.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baeafc..4f8f40d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b7bbb62..eef209e 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 0000000..026ff19 --- /dev/null +++ b/analysis_options.yaml @@ -0,0 +1 @@ +package:lints/recommended.yaml \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 47f4a1f..01cb5fe 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.0.0 +version: 2.1.0 homepage: https://github.com/enough-software/enough_media environment: @@ -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