utf_ext 0.1.3 copy "utf_ext: ^0.1.3" to clipboard
utf_ext: ^0.1.3 copied to clipboard

A library for reading / 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

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

dependencies:
  utf_ext: ^0.1.3

Alternatively, your editor might support dart 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';
1
likes
0
pub points
52%
popularity

Publisher

verified publisheraiurovet.com

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, file, loop_visitor

More

Packages that depend on utf_ext