Last updated:
0 purchases
nepal administrative division
This Package can be used to Get the administrative level dropdown of Nepal with नेपाली(Nepali) language enabled. you can use either individual level of dropdown or all the level with hierarchical relationship
Features #
resizable Width of dropdown
custom labels, TextStyles, InputDecorations, Padding, AlignmentDirection, etc.
Nepali(नेपाली) language enabled
Usage #
To get all the inter-related administrative areas dropdown just call this widget
NepalAdminstrativeArea(),
copied to clipboard
You can use other feature like [ontap], [useNepaliText] etc
NepalAdminstrativeArea(
useNepaliText: true,
provinceLabel: "state",
ontap: (value, areatype) {
debugPrint(value);
debugPrint(areatype.name);
},
),
copied to clipboard
You can use individual dropdowns like
const NepalAdminstrativeArea(
areaType: AreaType.district,
),
copied to clipboard
Additional information #
These resources are collected from difference sources from the internet if you find anything that need to be changed feel free to fork this project or mail me on [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.