Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Aug 26, 2024
1 parent 3d932d4 commit f791c3c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions flutter_charset_detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.0.0
* Android implementation now requires SDK 21

## 3.1.0

* Add `detect` method to obtain the detected charset without decoding the
Expand Down
6 changes: 3 additions & 3 deletions flutter_charset_detector/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ packages:
path: ".."
relative: true
source: path
version: "3.1.0"
version: "4.0.0"
flutter_charset_detector_android:
dependency: transitive
description:
name: flutter_charset_detector_android
sha256: bee057133d5f134fe211523a27200dd22c782b93777f43359a571bd2c77da2cc
sha256: "443145e8fc8515b3b32aee375691e40dd59197a86a2ae153166bc88c8200d83b"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.0.0"
flutter_charset_detector_darwin:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions flutter_charset_detector/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ packages:
dependency: "direct main"
description:
name: flutter_charset_detector_android
sha256: bee057133d5f134fe211523a27200dd22c782b93777f43359a571bd2c77da2cc
sha256: "443145e8fc8515b3b32aee375691e40dd59197a86a2ae153166bc88c8200d83b"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.0.0"
flutter_charset_detector_darwin:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0
version: 4.0.0
homepage: https://github.com/amake/flutter_charset_detector

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_charset_detector_android: ^2.1.1
flutter_charset_detector_android: ^3.0.0
# flutter_charset_detector_android:
# path: ../flutter_charset_detector_android
flutter_charset_detector_darwin: ^1.1.0
Expand Down

0 comments on commit f791c3c

Please sign in to comment.