domain_available 0.1.2 copy "domain_available: ^0.1.2" to clipboard
domain_available: ^0.1.2 copied to clipboard

Checks if the domain is available. Use `Instant Domain Search Check` for check domain name.

Domain Available #

Cover - Domain Available

GitHub License

Checks if the domain is available.

How It Works #

Use Instant Domain Search Check for check domain name.

Usage #

Check #

final checked = await DomainAvailable('openai.com').firstRegisteredStatus();
print('The ${checked.domain} is ${checked.registeredStatus}.');

Output:

> The openai.com is taken.

Sanitize #

print('https://www.happy.com/path_to/page'.sanitizeDomain);

Output:

> happy.com

Welcome #

This package is open-source, stable and well-tested. Development happens on GitHub. Feel free to report issues or create a pull-request there.

General questions are best asked on StackOverflow.

TODO #

0
likes
0
pub points
21%
popularity

Publisher

verified publishersyrokomskyi.com

Checks if the domain is available. Use `Instant Domain Search Check` for check domain name.

Repository (GitHub)
View/report issues

Topics

#domain #checker #names #internet #tools

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on domain_available