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

PlatformiOS

A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add platform_maps_flutter
copied to clipboard

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

dependencies:
  platform_maps_flutter: ^1.0.2
copied to clipboard

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:platform_maps_flutter/platform_maps_flutter.dart';
copied to clipboard
111
likes
130
points
2.69k
downloads

Publisher

verified publisherfluttercommunity.dev

Weekly Downloads

2024.09.18 - 2025.04.02

A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

apple_maps_flutter, flutter, google_maps_flutter, google_maps_flutter_platform_interface

More

Packages that depend on platform_maps_flutter