Skip to content

Commit

Permalink
Fix up readme, lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 4, 2024
1 parent 741fd25 commit b44f696
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
9 changes: 5 additions & 4 deletions flutter_charset_detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ _The example app; [details](./example/README.md)_
This plugin uses native libraries derived from the universal charset detection
libraries created by Mozilla.

- iOS: [UniversalDetector2](https://cocoapods.org/pods/UniversalDetector2), a
thin wrapper around
[uchardet](https://www.freedesktop.org/wiki/Software/uchardet/)
- iOS, macOS:
[UniversalDetector2](https://cocoapods.org/pods/UniversalDetector2), a thin
wrapper around [uchardet](https://www.freedesktop.org/wiki/Software/uchardet/)
- Android:
[juniversalchardet](https://github.com/albfernandez/juniversalchardet), a Java
implementation of universalchardet
Expand All @@ -21,7 +21,8 @@ libraries created by Mozilla.
## Supported platforms

- Android 4.1 (SDK 16) and higher
- iOS 9 and higher
- iOS 11 and higher
- macOS 10.14 and higher
- Web (requires [TextDecoder](https://caniuse.com/textencoder) support)

## Supported charsets
Expand Down
7 changes: 4 additions & 3 deletions flutter_charset_detector/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ packages:
flutter_charset_detector_darwin:
dependency: transitive
description:
path: "../../flutter_charset_detector_darwin"
relative: true
source: path
name: flutter_charset_detector_darwin
sha256: d17c1847366a0501449d95d18a43417585841afe10200ceefb4422e6b7fccefb
url: "https://pub.dev"
source: hosted
version: "1.0.0"
flutter_charset_detector_platform_interface:
dependency: transitive
Expand Down
8 changes: 4 additions & 4 deletions flutter_charset_detector/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.1"
flutter_charset_detector_ios:
flutter_charset_detector_darwin:
dependency: "direct main"
description:
name: flutter_charset_detector_ios
sha256: e0e2c7b819cd1f7c9a50da94bf7f0e6d7a095eb64e81196ec758e77793903d43
name: flutter_charset_detector_darwin
sha256: d17c1847366a0501449d95d18a43417585841afe10200ceefb4422e6b7fccefb
url: "https://pub.dev"
source: hosted
version: "1.0.2"
version: "1.0.0"
flutter_charset_detector_platform_interface:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
# path: ../flutter_charset_detector_android
flutter_charset_detector_darwin: ^1.0.0
# flutter_charset_detector_darwin:
# path: ../flutter_charset_detector_darwin
# path: ../flutter_charset_detector_darwin
flutter_charset_detector_web: ^1.0.2
# flutter_charset_detector_web:
# path: ../flutter_charset_detector_web
Expand Down

0 comments on commit b44f696

Please sign in to comment.