utf_ext 0.3.3 copy "utf_ext: ^0.3.3" to clipboard
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';
0
likes
160
pub points
58%
popularity

Publisher

verified publisheraiurovet.com

A library for reading and writing text files in any major Unicode format (UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF-32BE)

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, file, loop_visitor

More

Packages that depend on utf_ext