atlas_picker 1.0.3 copy "atlas_picker: ^1.0.3" to clipboard
atlas_picker: ^1.0.3 copied to clipboard

A Flutter package for easy selection of countries and states with customizable pickers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add atlas_picker

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

dependencies:
  atlas_picker: ^1.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:atlas_picker/elements/country_list.dart';
import 'package:atlas_picker/elements/picker_helper.dart';
import 'package:atlas_picker/elements/smart_overlay.dart';
import 'package:atlas_picker/model/country_model.dart';
import 'package:atlas_picker/model/country_model.freezed.dart';
import 'package:atlas_picker/model/country_model.g.dart';
import 'package:atlas_picker/picker.dart';
import 'package:atlas_picker/pickers/country_picker.dart';
import 'package:atlas_picker/pickers/state_picker.dart';
5
likes
140
points
26
downloads

Publisher

verified publisherfazilkp.in

Weekly Downloads

A Flutter package for easy selection of countries and states with customizable pickers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build_runner, country_flags, flutter, flutter_hooks, freezed, freezed_annotation, json_annotation, json_serializable

More

Packages that depend on atlas_picker