utf_ext 0.3.3 utf_ext: ^0.3.3 copied to clipboard
A library for reading and writing text files in any major Unicode format (UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF-32BE)
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add utf_ext
With Flutter:
$ flutter pub add utf_ext
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
utf_ext: ^0.3.3
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:utf_ext/utf_ext.dart';