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

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

example/main.dart

// ignore_for_file: avoid_print

import 'package:domain_available/domain_available.dart';

void main() async {
  // checking
  final checked =
      await const DomainAvailable('openai.com').firstRegisteredStatus();
  print('The ${checked.domain} is ${checked.registeredStatus}.');

  // sanitizing
  print('https://www.happy.com/path_to/page'.sanitizeDomain);
}
1
likes
160
points
52
downloads

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Topics

#domain #checker #names #internet #tools

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on domain_available