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

Converts address components into correctly formatted postal addresses for countries worldwide, following the OpenCage address-formatting specification.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add address_formatter

With Flutter:

 $ flutter pub add address_formatter

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

dependencies:
  address_formatter: ^0.3.0

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

Documentation

API reference

Publisher

verified publisherg.watch

Weekly Downloads

Converts address components into correctly formatted postal addresses for countries worldwide, following the OpenCage address-formatting specification.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

mustache_template

More

Packages that depend on address_formatter