uri 1.0.0-nullsafety.0 copy "uri: ^1.0.0-nullsafety.0" to clipboard
uri: ^1.0.0-nullsafety.0 copied to clipboard

outdated

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

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-nullsafety.0

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:uri/uri.dart';
23
likes
0
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

License

unknown (license)

Dependencies

matcher, quiver

More

Packages that depend on uri