domain_available 0.1.0
domain_available: ^0.1.0 copied to clipboard
Checks if the domain is available.
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 #
- All feautures for this package into README.
- Enhance a check with https://lookup.icann.org.
- ? A checker with Domain DA - PA Check.