yandex_map_desktop 0.1.3
yandex_map_desktop: ^0.1.3 copied to clipboard
Yandex Maps JavaScript API 2.1 for Flutter desktop — renders real Yandex tiles, placemarks and polylines inside an Edge WebView2 (Windows) or WKWebView (macOS). Same widget API as yandex_mapkit so it [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yandex_map_desktopThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yandex_map_desktop: ^0.1.3Alternatively, 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_map_desktop/yandex_map_desktop.dart';