icann_tlds 1.0.1 icann_tlds: ^1.0.1 copied to clipboard
A list of TLDs from ICANN for Dart and Flutter application.
import 'package:icann_tlds/icann_tlds.dart';
void main() {
print(tlds);
//=> ['aaa', 'aarp', 'abarth', 'abb', 'abbott', 'abbvie', 'abc', ...]
}