ntk_map_view 0.0.7
ntk_map_view: ^0.0.7 copied to clipboard
A crossplatform map view for flutter based on leaflet, that provide to create polyline, marker, have many of callbacks to work with map, have a very high perfomance
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ntk_map_viewWith Flutter:
$ flutter pub add ntk_map_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ntk_map_view: ^0.0.7Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ntk_map_view/ntk_map_view.dart';