yandex_mapkit_lite 2.0.2 copy "yandex_mapkit_lite: ^2.0.2" to clipboard
yandex_mapkit_lite: ^2.0.2 copied to clipboard

This is a lightweight fork of the yandex_mapkit package version 3.4.0.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yandex_mapkit_lite

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

dependencies:
  yandex_mapkit_lite: ^2.0.2

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_mapkit_lite/yandex_mapkit_lite.dart';