Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 31, 2024
1 parent 9d5e987 commit 06c946f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions flutter_charset_detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
## 3.1.0

* Add `detect` method to obtain the detected charset without decoding the
supplied bytes

## 3.0.0

* Add macOS implementation
* iOS implementation now requires iOS 11+

## 2.1.0

* Add web implementation

## 2.0.0

* Drop older Android Gradle Plugin support

## 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0"
version: "3.1.0"
flutter_charset_detector_android:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_charset_detector
description: Detect and decode the charset (character encoding) of text bytes
version: 3.0.0
version: 3.1.0
homepage: https://github.com/amake/flutter_charset_detector

environment:
Expand Down

0 comments on commit 06c946f

Please sign in to comment.