known_countries 0.0.2
known_countries: ^0.0.2 copied to clipboard
Well-known countries.
Known Countries for Dart #
Well-known countries for Dart.
[Features] | [Prerequisites] | [Installation] | [Examples] | [Reference] | [Development]
✨ Features #
- Provides an enum of well-known countries (ISO 3166-1).
- 100% pure and safe Dart with zero dependencies and no bloat.
- Cuts red tape: 100% free and unencumbered public domain software.
- Polyglot software also available for Python, Ruby, and Rust.
🛠️ Prerequisites #
- Dart 3.11+
⬇️ Installation #
Installation from Pub.dev #
dart pub add known_countries
flutter pub add known_countries
👉 Examples #
Importing the Library #
import 'package:known_countries/known_countries.dart' show Country;
📚 Reference #
pub.dev/documentation/known_countries
👨💻 Development #
git clone https://github.com/it-is-known/known-countries.git