ug_locations 0.3.0 copy "ug_locations: ^0.3.0" to clipboard
ug_locations: ^0.3.0 copied to clipboard

Offline Flutter/Dart library for Uganda's administrative-unit hierarchy: village, parish, subcounty, and district lookup with fuzzy search, backed by SQLite.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ug_locations

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ug_locations: ^0.3.0

Alternatively, 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:ug_locations/ug_locations.dart';
7
likes
160
points
233
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline Flutter/Dart library for Uganda's administrative-unit hierarchy: village, parish, subcounty, and district lookup with fuzzy search, backed by SQLite.

Repository (GitHub)
View/report issues

Topics

#uganda #locations #administrative-units #sqlite #offline

License

MIT (license)

Dependencies

flutter, path, path_provider, sqflite, sqlite3, typed_data

More

Packages that depend on ug_locations