Skip to content

Commit

Permalink
🔖 Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raincal committed Aug 14, 2021
1 parent 304bc2b commit 1c875c1
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 8 deletions.
4 changes: 4 additions & 0 deletions blurhash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

* Support web

## 0.3.0-nullsafety.0

* Migrate to new plugins API
Expand Down
6 changes: 6 additions & 0 deletions blurhash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

Compact representation of a placeholder for an image.

### Platform Support

| Android | iOS | Web |
|:-------:|:---:|:---:|
| ✔️ | ✔️ | ✔️ |

<img src="https://raw.githubusercontent.com/Raincal/blurhash/master/blurhash.png" width="375">

## Usage
Expand Down
6 changes: 3 additions & 3 deletions blurhash/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: blurhash
description: A very compact representation of a placeholder for an image.
version: 0.3.0-dev
homepage: https://github.com/Raincal/blurhash
version: 1.0.0
homepage: https://github.com/Raincal/blurhash/tree/master/blurhash

environment:
sdk: ">=2.12.0-0 <3.0.0"
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

blurhash_web: ^0.3.0-dev
blurhash_web: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions blurhash_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

* Release 1.0

## 0.3.0-dev

* Support web
9 changes: 8 additions & 1 deletion blurhash_web/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# blurhash_web

The web implementation of `blurhash`.
[![pub package](https://img.shields.io/pub/v/blurhash_web.svg)](https://pub.dev/packages/blurhash_web)

The web implementation of [`blurhash`](https://pub.dev/packages/blurhash).

## Usage

This package is already included as part of the `blurhash` package dependency, and will
be included when using `blurhash` as normal.
8 changes: 4 additions & 4 deletions blurhash_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: blurhash_web
description: The web implementation of firebase_core
homepage: https://github.com/Raincal/blurhash/tree/master/blurhash/blurhash_web
repository: https://github.com/Raincal/blurhash/tree/master/blurhash/blurhash_web
version: 0.3.0-dev
description: The web implementation of blurhash
homepage: https://github.com/Raincal/blurhash/tree/master/blurhash_web
repository: https://github.com/Raincal/blurhash/tree/master/blurhash_web
version: 1.0.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 1c875c1

Please sign in to comment.