mappable_maps_mapkit_lite 4.9.0-beta mappable_maps_mapkit_lite: ^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_lite
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mappable_maps_mapkit_lite: ^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_lite/async.dart';
import 'package:mappable_maps_mapkit_lite/image.dart';
import 'package:mappable_maps_mapkit_lite/init.dart';
import 'package:mappable_maps_mapkit_lite/mapkit.dart';
import 'package:mappable_maps_mapkit_lite/mapkit_factory.dart';
import 'package:mappable_maps_mapkit_lite/mappable_map.dart';
import 'package:mappable_maps_mapkit_lite/model.dart';
import 'package:mappable_maps_mapkit_lite/road_events_layer_style_provider.dart';
import 'package:mappable_maps_mapkit_lite/runtime.dart';
import 'package:mappable_maps_mapkit_lite/ui_view.dart';