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

outdated

A domain parser based on the Public Suffix List

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add public_suffix

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

dependencies:
  public_suffix: ^1.0.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:public_suffix/public_suffix_browser.dart';
import 'package:public_suffix/public_suffix_io.dart';
9
likes
0
pub points
82%
popularity

Publisher

unverified uploader

A domain parser based on the Public Suffix List

Homepage
Repository
View/report issues

License

unknown (LICENSE)

Dependencies

punycode

More

Packages that depend on public_suffix