Skip to content

Commit

Permalink
web v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 13, 2024
1 parent 5b6ab63 commit c9cf216
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion flutter_charset_detector_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 1.0.3

* Use `js` version 0.7.1

## 1.0.2

* Fix registration of web implementation
* Fix `autoDecode` to actually decode

## 1.0.1

* Use `js` version `0.6.4`
* Use `js` version 0.6.4

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector_web/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.0.3"
flutter_driver:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_charset_detector_web
description: Web implementation of the flutter_charset_detector plugin.
version: 1.0.2
version: 1.0.3
homepage: https://github.com/amake/flutter_charset_detector

environment:
Expand Down

0 comments on commit c9cf216

Please sign in to comment.