code_postaux 0.0.2 copy "code_postaux: ^0.0.2" to clipboard
code_postaux: ^0.0.2 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 dans un navigateur #

import 'package:code_postaux/code_postaux_html.dart';

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

Usage dans la vm #

import 'package:code_postaux/code_postaux_io.dart';

List<City> cities = await find("31000"); // a list of cities corresponding to zip code 31000
0
likes
0
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