form_builder_thai_provinces 0.1.0
form_builder_thai_provinces: ^0.1.0 copied to clipboard
A flutter_form_builder field for picking a Thai province/district/subdistrict address (cascading dropdowns or type-ahead), with two-way value sync.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add form_builder_thai_provincesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
form_builder_thai_provinces: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:form_builder_thai_provinces/form_builder_thai_provinces.dart';