tanzania_geo_data 1.0.0
tanzania_geo_data: ^1.0.0 copied to clipboard
A comprehensive Flutter package for retrieving and searching Tanzanian geographic data, including Regions, Districts, Wards, and Streets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tanzania_geo_dataThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tanzania_geo_data: ^1.0.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:tanzania_geo_data/tanzania_geo_data.dart';