greek_postal_code_db 0.1.0
greek_postal_code_db: ^0.1.0 copied to clipboard
Offline, read-only Greek postal-code data backed by an embedded SQLite database.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add greek_postal_code_dbWith Flutter:
$ flutter pub add greek_postal_code_dbThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
greek_postal_code_db: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:greek_postal_code_db/greek_postal_code_db.dart';