https://github.com/myconsciousness/icann-tlds
List of TLDs from ICANN for Dart/Flutter.
https://github.com/myconsciousness/icann-tlds
Last synced: 3 months ago
JSON representation
List of TLDs from ICANN for Dart/Flutter.
- Host: GitHub
- URL: https://github.com/myconsciousness/icann-tlds
- Owner: myConsciousness
- License: bsd-3-clause
- Created: 2023-09-08T00:27:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T06:13:28.000Z (11 months ago)
- Last Synced: 2025-06-05T18:06:52.316Z (5 months ago)
- Language: Dart
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ICANN TLDs
A List of **TLDs from [ICANN](https://data.iana.org/TLD/tlds-alpha-by-domain.txt)**.
## Install
**With Dart:**
```bash
dart pub add icann_tlds
```**With Flutter:**
```bash
flutter pub add icann_tlds
```## Usage
```dart
import 'package:icann_tlds/icann_tlds.dart';void main() {
print(tlds);
//=> ['aaa', 'aarp', 'abarth', 'abb', 'abbott', 'abbvie', 'abc', ...]
}
```