domain_available 0.1.4 copy "domain_available: ^0.1.4" to clipboard
domain_available: ^0.1.4 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);
}
0
likes
140
pub points
19%
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
Contributing

Topics

#domain #checker #names #internet #tools

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on domain_available