uri 1.0.0 copy "uri: ^1.0.0" to clipboard
uri: ^1.0.0 copied to clipboard

Utilities for building and parsing URIs, including support for parsing URI templates as defined in RFC 6570.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add uri

With Flutter:

 $ flutter pub add uri

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

dependencies:
  uri: ^1.0.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:uri/uri.dart';
22
likes
125
pub points
93%
popularity

Publisher

verified publishergoogle.dev

Utilities for building and parsing URIs, including support for parsing URI templates as defined in RFC 6570.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

matcher, quiver

More

Packages that depend on uri