url 2.0.0 copy "url: ^2.0.0" to clipboard
url: ^2.0.0 copied to clipboard

discontinued

Url class that implements Uri. Use this class in APIs to specify that an URL specifically is required.

Url class that implements Uri. Use this class to specify an URL Url is required in your API, not just an Uri.

Checks whether an URL is valid using the validators package.

Usage #

import 'package:url/url.dart';

main() {
  final url = Url.parse('https://pattle.im');
}
1
likes
30
pub points
52%
popularity

Publisher

unverified uploader

Url class that implements Uri. Use this class in APIs to specify that an URL specifically is required.

Repository
View/report issues

License

MPL-2.0 (LICENSE)

Dependencies

validators

More

Packages that depend on url