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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
30
likes
130
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on country_provider