A list of TLDs from ICANN fot Dart and Flutter application.
More...
A List of TLDs from ICANN.
With Dart:
dart pub add icann_tlds
With Flutter:
flutter pub add icann_tlds
import 'package:icann_tlds/icann_tlds.dart'; void main() { print(tlds); //=> ['aaa', 'aarp', 'abarth', 'abb', 'abbott', 'abbvie', 'abc', ...] }
atprotodart.com
Repository (GitHub)View/report issues
#tld #tlds #domain #icann
API reference
Consider supporting this project:github.com
BSD-3-Clause (license)
Packages that depend on icann_tlds
Back