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

A Flutter plugin for integrating MapLibre Maps inside a Flutter application on Android, iOS and web platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maphero

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

dependencies:
  maphero: ^0.0.4

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:maphero/maphero.dart';
1
likes
140
points
46
downloads

Publisher

verified publishermaphero.io

Weekly Downloads

A Flutter plugin for integrating MapLibre Maps inside a Flutter application on Android, iOS and web platforms.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, maphero_platform_interface, maphero_web

More

Packages that depend on maphero