bangladesh_geo_postcode 0.0.2
bangladesh_geo_postcode: ^0.0.2 copied to clipboard
Offline Bangladesh geographic postcode lookup with Division, District, Thana and Postcode search. Supports Bangla and English. Uses Protocol Buffers for fast loading.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bangladesh_geo_postcodeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bangladesh_geo_postcode: ^0.0.2Alternatively, 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:bangladesh_geo_postcode/bangladesh_geo_postcode.dart';