iri 0.1.0 copy "iri: ^0.1.0" to clipboard
iri: ^0.1.0 copied to clipboard

A Dart implementation of RFC3987 - Internationalized Resource Identifiers (IRIs)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iri

With Flutter:

 $ flutter pub add iri

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

dependencies:
  iri: ^0.1.0

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:iri/iri.dart';
4
likes
160
points
24
downloads

Publisher

verified publisherdropbear.dev

Weekly Downloads

A Dart implementation of RFC3987 - Internationalized Resource Identifiers (IRIs)

Repository (GitHub)
View/report issues

Topics

#rfc3987 #standards #internationalisation #unicode #iri

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta, punycoder

More

Packages that depend on iri