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

Checks if the domain is available.

Domain Available #

Cover - Domain Available

Checks if the domain is available.

How It Works #

Use Instant Domain Search Check for check domain name.

Examples #

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

License #

MIT

TODO #

1
likes
0
points
26
downloads

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

Checks if the domain is available.

Repository (GitHub)
View/report issues

Topics

#domain #checker #names #internet

License

unknown (license)

Dependencies

http

More

Packages that depend on domain_available