country_provider 1.0.2 copy "country_provider: ^1.0.2" to clipboard
country_provider: ^1.0.2 copied to clipboard

The plugin provides several methods to fetch countries info, Apply filter, and perform search operations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add country_provider

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

dependencies:
  country_provider: ^1.0.2

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:country_provider/country_provider.dart';
30
likes
130
points
98
downloads

Publisher

unverified uploader

Weekly Downloads

The plugin provides several methods to fetch countries info, Apply filter, and perform search operations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on country_provider