geo_countries 0.0.3 copy "geo_countries: ^0.0.3" to clipboard
geo_countries: ^0.0.3 copied to clipboard

The geo_countries package is a Dart library designed for applications that require geographical data processing. It offers a convenient way to handle country boundaries and geographical coordinates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add geo_countries

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  geo_countries: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:geo_countries/geo_countries.dart';
3
likes
140
pub points
42%
popularity

Publisher

unverified uploader

The geo_countries package is a Dart library designed for applications that require geographical data processing. It offers a convenient way to handle country boundaries and geographical coordinates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

archive, flutter, geo

More

Packages that depend on geo_countries