country_selector_widget 0.0.1 copy "country_selector_widget: ^0.0.1" to clipboard
country_selector_widget: ^0.0.1 copied to clipboard

outdated

This Country Selector UI Library written by Dart and Fluter and supports three locales with country's name, achieves lazy loading, and country card animation on listview. This UI Library provides Coun [...]

example/lib/main.dart

import 'app.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(
    MaterialApp(
      title: 'Country Selector Demo',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const App(title: 'Country Selector Demo Page'),
    ),
  );
}
3
likes
0
pub points
1%
popularity

Publisher

unverified uploader

This Country Selector UI Library written by Dart and Fluter and supports three locales with country's name, achieves lazy loading, and country card animation on listview. This UI Library provides CountrySelectorWidget and showCountrySelectorBottomSheet to fulfill the needed usage.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on country_selector_widget