ntk_map_view 0.0.12 copy "ntk_map_view: ^0.0.12" to clipboard
ntk_map_view: ^0.0.12 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, very high perfomance

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ntk_map_view

With Flutter:

 $ flutter pub add ntk_map_view

This 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.12

Alternatively, 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/interfaces/ntk_map_controller_interface.dart';
import 'package:ntk_map_view/interfaces/ntk_view_interface.dart';
import 'package:ntk_map_view/mobile/ntk_map_controller_mobile.dart';
import 'package:ntk_map_view/mobile/ntk_map_view_state_mobile.dart';
import 'package:ntk_map_view/models/map_filter_class.dart';
import 'package:ntk_map_view/modules/create_unique_uid.dart';
import 'package:ntk_map_view/ntk_web_view.dart';
import 'package:ntk_map_view/web/ntk_map_controller_web.dart';
import 'package:ntk_map_view/web/ntk_map_view_state_web.dart';
1
likes
0
points
57
downloads

Publisher

verified publisherntk-team.space

Weekly Downloads

A crossplatform map view for flutter based on leaflet, that provide to create polyline, marker, have many of callbacks to work with map, very high perfomance

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, js, latlong2, universal_html, webview_flutter

More

Packages that depend on ntk_map_view