An open API service indexing awesome lists of open source software.

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.

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', ...]
}
```