flutter_simple_country_picker 0.0.2
flutter_simple_country_picker: ^0.0.2 copied to clipboard
The Flutter package that provides an easy-to-use country selection widget. It allows users to select a country from a comprehensive list of countries, making it simple to integrate country picking fun [...]
example/lib/main.dart
import 'package:example/src/common/widget/app.dart';
import 'package:example/src/preview/country_picker_preview.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
void main() => runApp(const App(home: CountryPickerPreview()));