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

Dart 1 only

An advanced url parser supporting git urls too.

url-parse #

Build Status License Dart

An advanced url parser supporting git urls too.

Usage #

import 'package:url_parse/url-parse.dart' show urlParse;

void main(){
  Map<String,dynamic> httpUrlInfo = urlParse('https://www.google.com');
  Map<String,dynamic> gitUrlInfo = urlParse('git+https@github.com:axetroy/protocols.git');
  
  print(httpUrlInfo);
  print(urlInfo);
}

Test #

./TEST

Contribute #

git clone https://github.com/axetroy/url-parse.git && cd ./url-parse
pub get
./TEST

LICENSE #

The MIT License

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

An advanced url parser supporting git urls too.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on url_parse