flutter_country_widget library

Classes

BoundingBox
A class for storing information of bounding box
Continent
A class for storing information of continent
Coordinate
A class for storing information of coordinate
Countries
Class for storing all country object
Country
Class for storing information of the country
CountryDropdownButton
A Material Design button for selecting from a list of items.
DistanceUnit
A class for storing information of distance unit
GeoData
A class for storing information of coordinate and bounding box
Region
A class for storing information of region
Subdivision
A class for storing subdivision of country
SubdivisionGeoData
A class for storing information of coordinate
VatRates
A class for storing information of VAT rates
Week
A class for storing information of week
WorldRegion
A class for storing information of world region

Enums

CountryDropDownButtonType
Enum for pre-defined country dropdown layout types

Typedefs

CountryDropdownButtonItemBuilder = Widget Function(BuildContext context, Country country)
A builder to customize dropdown buttons.