0 purchases
akwap
akwap #
A database of Uganda's districts, counties, sub-counties, parishes and villages, complete with full dart support.
Usage #
Import the library
import 'package:akwap/akwap.dart';
copied to clipboard
Loading Locations #
import 'package:akwap/akwap.dart';
const _districts = await districts;
// get first district
print(_districts.findByName('ABIM'));
// [{
// id: 98,
// name: 'ABIM',
// counties: [...]
// }]
copied to clipboard
Example preview #
Note: The package is not 100% accurate as we do not have a single source of truth for Ugandan locations. All corrections and additions are welcome.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.