nepal_administrative_division 0.0.4 copy "nepal_administrative_division: ^0.0.4" to clipboard
nepal_administrative_division: ^0.0.4 copied to clipboard

A package that can be used to get the administrative level dropdown of Nepal

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(),

You can use other feature like [ontap], [useNepaliText] etc

  NepalAdminstrativeArea(
              useNepaliText: true,
              provinceLabel: "state",
              ontap: (value, areatype) {
                debugPrint(value);
                debugPrint(areatype.name);
              },
            ),

You can use individual dropdowns like

   const NepalAdminstrativeArea(
              areaType: AreaType.district,
            ),

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 ghimiresky2@gmail.com

13
likes
150
pub points
70%
popularity

Publisher

verified publisheraakashghimire.com.np

A package that can be used to get the administrative level dropdown of Nepal

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nepal_administrative_division