country_picker_bkb 1.0.14 copy "country_picker_bkb: ^1.0.14" to clipboard
country_picker_bkb: ^1.0.14 copied to clipboard

This Flutter package provides a customizable country, state, city, and dial code picker. It allows users to obtain details independently without relying on other information..

example/lib/main.dart

import 'package:example/home.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return  const MaterialApp(
      home: Home(),
    );
  }
}
13
likes
140
pub points
61%
popularity

Publisher

unverified uploader

This Flutter package provides a customizable country, state, city, and dial code picker. It allows users to obtain details independently without relying on other information..

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on country_picker_bkb