Skip to content

Commit 0823796

Browse files
committed
v3.0.0
1 parent b44f696 commit 0823796

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

flutter_charset_detector/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0
2+
* Add macOS implementation
3+
* iOS implementation now requires iOS 11+
4+
15
## 2.1.0
26
* Add web implementation
37

flutter_charset_detector/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "2.1.0"
63+
version: "3.0.0"
6464
flutter_charset_detector_android:
6565
dependency: transitive
6666
description:

flutter_charset_detector/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_charset_detector
22
description: Detect and decode the charset (character encoding) of text bytes
3-
version: 2.1.0
3+
version: 3.0.0
44
homepage: https://github.com/amake/flutter_charset_detector
55

66
environment:

0 commit comments

Comments
 (0)