icann_tlds 1.0.0 icann_tlds: ^1.0.0 copied to clipboard
A list of TLDs from ICANN fot Dart and Flutter application.
// Copyright 2023 Shinya Kato. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided the conditions.
import 'package:icann_tlds/icann_tlds.dart';
void main() {
print(tlds);
//=> ['aaa', 'aarp', 'abarth', 'abb', 'abbott', 'abbvie', 'abc', ...]
}