yandex_maps_mapkit 4.33.0-beta copy "yandex_maps_mapkit: ^4.33.0-beta" to clipboard
yandex_maps_mapkit: ^4.33.0-beta copied to clipboard

Yandex $description_name SDK for Flutter. This allow you to use the capabilities of Yandex.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 yandex_maps_mapkit

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

dependencies:
  yandex_maps_mapkit: ^4.33.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:yandex_maps_mapkit/directions.dart';
import 'package:yandex_maps_mapkit/image.dart';
import 'package:yandex_maps_mapkit/init.dart';
import 'package:yandex_maps_mapkit/mapkit.dart';
import 'package:yandex_maps_mapkit/mapkit_factory.dart';
import 'package:yandex_maps_mapkit/model.dart';
import 'package:yandex_maps_mapkit/places.dart';
import 'package:yandex_maps_mapkit/road_events_layer_style_provider.dart';
import 'package:yandex_maps_mapkit/runtime.dart';
import 'package:yandex_maps_mapkit/search.dart';
import 'package:yandex_maps_mapkit/transport.dart';
import 'package:yandex_maps_mapkit/ui_view.dart';
import 'package:yandex_maps_mapkit/widgets.dart';
import 'package:yandex_maps_mapkit/yandex_map.dart';
29
likes
50
points
1.29k
downloads

Documentation

API reference

Publisher

verified publishermaps.yandex.ru

Weekly Downloads

Yandex $description_name SDK for Flutter. This allow you to use the capabilities of Yandex.Maps in your Flutter applications for iOS and Android

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, flutter_plugin_android_lifecycle, meta, uuid

More

Packages that depend on yandex_maps_mapkit

Packages that implement yandex_maps_mapkit