flutter_w3w_map 1.0.2 copy "flutter_w3w_map: ^1.0.2" to clipboard
flutter_w3w_map: ^1.0.2 copied to clipboard

A Flutter package that integrates What3Words with Google Maps, allowing for easy 3-word address conversions and grid rendering.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_w3w_map

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

dependencies:
  flutter_w3w_map: ^1.0.2

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:flutter_w3w_map/core/constants.dart';
import 'package:flutter_w3w_map/flutter_w3w.dart';
import 'package:flutter_w3w_map/main.dart';
import 'package:flutter_w3w_map/services/location_service.dart';
import 'package:flutter_w3w_map/w3w_google_maps.dart';
4
likes
135
points
285
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that integrates What3Words with Google Maps, allowing for easy 3-word address conversions and grid rendering.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, flutter, geolocator, google_maps_flutter, http, permission_handler, provider

More

Packages that depend on flutter_w3w_map