Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Feb 2, 2021
1 parent e925979 commit 87b328e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [0.2.0] - 2021-01-20
## [0.2.0] - 2021-02-02
* 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
* The hero animation now works also for text media.
* Specify context menu items for `MediaPreviewWidget`s by specifying the `contextMenuEntries` and `onContextMenuSelected` parameters.

## [0.1.0] - 2021-01-19

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.1.0
enough_media: ^0.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
2 changes: 1 addition & 1 deletion 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: 0.1.0
version: 0.2.0
homepage: https://github.com/enough-software/enough_media

environment:
Expand Down

0 comments on commit 87b328e

Please sign in to comment.