getworld 1.0.1 copy "getworld: ^1.0.1" to clipboard
getworld: ^1.0.1 copied to clipboard

A dart package to get countries, languages and currencies data.

example/lib/main.dart

import 'package:getworld/getworld.dart';

void main() {
  Stopwatch stopwatch = Stopwatch()..start();

  GetWorld().initialize();

  print(Countries.length);
  print(Currencies.hasCode2("EGP")![0].full_name);
  print(Languages.length);

  print('doSomething() executed in ${stopwatch.elapsed}');
}
12
likes
135
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A dart package to get countries, languages and currencies data.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on getworld