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';
24
likes
145
points
661k
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

matcher, quiver

More

Packages that depend on uri