kenya_counties 0.0.3 copy "kenya_counties: ^0.0.3" to clipboard
kenya_counties: ^0.0.3 copied to clipboard

A Flutter package that displays a county picker for selecting Kenyan counties in your app.

A Flutter package that provides a county picker for selecting Kenyan counties in your app. .

Features #

  • County Picker
  • Customizable UI
  • Support for All Kenyan Counties
  • Easy Integration
  • Cross-Platform Support

Getting started #

Prerequisites #

Before you begin, ensure you have met the following requirements:

import 'package:kenya_counties/kenya_counties.dart';

Installation #

To use this package, add kenya_counties as a dependency in your pubspec.yaml file.

Usage #

CountySearchField(
    onCountySelected: (selectedCounty) {
    setState(() {
    id = selectedCounty['index'].toString();
    name = selectedCounty['name'];
    });
        },
),
5
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that displays a county picker for selecting Kenyan counties in your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on kenya_counties