code_postaux 0.0.4 copy "code_postaux: ^0.0.4" to clipboard
code_postaux: ^0.0.4 copied to clipboard

outdatedDart 1 only

Search french city name and INSEE code by zip code.

French postal codes API for Dart #

Search city name and INSEE code by zip code.

Based on the official postal codes database from La Poste and fixed by Christian Quest.

Usage in the browser #

import 'package:code_postaux/code_postaux_html.dart';

main() async {
  List<City> cities = await find("31000"); // a list of cities corresponding to zip code 31000
}

Usage in the vm #

import 'package:code_postaux/code_postaux_io.dart';

main() async {
  List<City> cities = await find("31000"); // a list of cities corresponding to zip code 31000
}
0
likes
5
pub points
0%
popularity

Publisher

unverified uploader

Search french city name and INSEE code by zip code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on code_postaux