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

outdated

This Package is about providing the sipmple country, state, city, dial code picker and can be designed based on user's wish also.Read the Read me file for more info about the Project.we can get detail [...]

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  MaterialApp(
      home: Home(),
    );
  }
}
14
likes
0
points
103
downloads

Publisher

unverified uploader

Weekly Downloads

This Package is about providing the sipmple country, state, city, dial code picker and can be designed based on user's wish also.Read the Read me file for more info about the Project.we can get details alone also whithout dependant to any other details.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on country_picker_bkb