zooper_flutter_encoding_utf16 0.0.1
zooper_flutter_encoding_utf16: ^0.0.1 copied to clipboard
Helper classes to encode and decode UTF16 string to List<int>
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zooper_flutter_encoding_utf16
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zooper_flutter_encoding_utf16: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zooper_flutter_encoding_utf16/zooper_flutter_encoding_utf16.dart';