mappable_maps_mapkit 4.9.0-beta copy "mappable_maps_mapkit: ^4.9.0-beta" to clipboard
mappable_maps_mapkit: ^4.9.0-beta copied to clipboard

Mappable MapKit SDK for Flutter. This allow you to use the capabilities of Mappable.Maps in your Flutter applications for iOS and Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mappable_maps_mapkit

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

dependencies:
  mappable_maps_mapkit: ^4.9.0-beta

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:mappable_maps_mapkit/async.dart';
import 'package:mappable_maps_mapkit/directions.dart';
import 'package:mappable_maps_mapkit/image.dart';
import 'package:mappable_maps_mapkit/init.dart';
import 'package:mappable_maps_mapkit/mapkit.dart';
import 'package:mappable_maps_mapkit/mapkit_factory.dart';
import 'package:mappable_maps_mapkit/mappable_map.dart';
import 'package:mappable_maps_mapkit/model.dart';
import 'package:mappable_maps_mapkit/road_events_layer_style_provider.dart';
import 'package:mappable_maps_mapkit/runtime.dart';
import 'package:mappable_maps_mapkit/search.dart';
import 'package:mappable_maps_mapkit/transport.dart';
import 'package:mappable_maps_mapkit/ui_view.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publishermappable.world

Mappable MapKit SDK for Flutter. This allow you to use the capabilities of Mappable.Maps in your Flutter applications for iOS and Android

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

ffi, flutter, flutter_plugin_android_lifecycle, meta, uuid

More

Packages that depend on mappable_maps_mapkit