charset_codec 0.1.1 copy "charset_codec: ^0.1.1" to clipboard
charset_codec: ^0.1.1 copied to clipboard

Cross-platform character encoding codecs aligned with CPython.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add charset_codec

With Flutter:

 $ flutter pub add charset_codec

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  charset_codec: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:charset_codec/charset_codec.dart';
0
likes
160
points
298
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Cross-platform character encoding codecs aligned with CPython.

Repository (GitHub)
View/report issues

Topics

#character-encoding #codec #text #native-assets #ffi

License

MIT (license)

Dependencies

code_assets, crypto, ffi, hooks, native_toolchain_rust

More

Packages that depend on charset_codec