utf_convert 0.10.0+1 copy "utf_convert: ^0.10.0+1" to clipboard
utf_convert: ^0.10.0+1 copied to clipboard

Provides common operations for manipulating Unicode sequences

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add utf_convert

With Flutter:

 $ flutter pub add utf_convert

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

dependencies:
  utf_convert: ^0.10.0+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:utf_convert/utf_convert.dart';
2
likes
120
pub points
74%
popularity

Publisher

unverified uploader

Provides common operations for manipulating Unicode sequences

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on utf_convert