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 Sep 21, 2021
1 parent 05f7044 commit 19101ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0

* Improve documentation
* Gain compatibility with flutter web

## 0.1.0

* Initial release
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Using `enough_giphy_flutter` has the following benefits:
* Customize the look and feel according to your preferences and style.
* Uses as few dependencies as possible.

[<img src="screenshots/enough_giphy_flutter-android.gif" width="360"/>](screenshots/enough_giphy_flutter-android.gif)
[<img src="screenshots/enough_giphy_flutter-ios.gif" width="320"/>](screenshots/enough_giphy_flutter-ios.gif)
[<img src="https://github.com/Enough-Software/enough_giphy_flutter/raw/main/screenshots/enough_giphy_flutter-android.gif" width="370"/>](https://github.com/Enough-Software/enough_giphy_flutter/raw/main/screenshots/enough_giphy_flutter-android.gif)
[<img src="https://github.com/Enough-Software/enough_giphy_flutter/raw/main/screenshots/enough_giphy_flutter-ios.gif" width="320"/>](https://github.com/Enough-Software/enough_giphy_flutter/raw/main/screenshots/enough_giphy_flutter-ios.gif)


## Installation
Add this dependency your pubspec.yaml file:

```
dependencies:
enough_giphy_flutter: ^0.1.0
enough_giphy_flutter: ^0.2.0
```
The latest version or `enough_giphy_flutter` is [![enough_giphy_flutter version](https://img.shields.io/pub/v/enough_giphy_flutter.svg)](https://pub.dartlang.org/packages/enough_giphy_flutter).

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: enough_giphy_flutter
description: Add a powerful and customizable GIPHY picker into your Flutter app.
version: 0.1.0
version: 0.2.0
homepage: https://github.com/Enough-Software/enough_giphy_flutter

environment:
Expand All @@ -14,9 +14,9 @@ dependencies:
# git:
# url: https://github.com/Enough-Software/enough_giphy.git
# path: ../enough_giphy
enough_platform_widgets: #^0.2.0
git:
url: https://github.com/Enough-Software/enough_platform_widgets.git
enough_platform_widgets: ^0.2.1
# git:
# url: https://github.com/Enough-Software/enough_platform_widgets.git
# path: ../enough_platform_widgets

dev_dependencies:
Expand Down

0 comments on commit 19101ef

Please sign in to comment.