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 #