myConsciousness / icann-tlds

List of TLDs from ICANN for Dart/Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICANN TLDs

A List of TLDs from ICANN.

Install

With Dart:

dart pub add icann_tlds

With Flutter:

flutter pub add icann_tlds

Usage

import 'package:icann_tlds/icann_tlds.dart';

void main() {
  print(tlds);
  //=> ['aaa', 'aarp', 'abarth', 'abb', 'abbott', 'abbvie', 'abc', ...]
}

About

List of TLDs from ICANN for Dart/Flutter.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%