ntk_map_view 0.0.15 copy "ntk_map_view: ^0.0.15" to clipboard
ntk_map_view: ^0.0.15 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

example/main.dart

import 'package:flutter/material.dart';
import 'package:ntk_map_view/interfaces/ntk_view_interface.dart';

class MapPage extends StatelessWidget {
  const MapPage({super.key});

  @override
  Widget build(BuildContext context) {
    return Container(
      height: 400,
      width: 400,
      child: NtkMapViewInterface(),
    );
  }
}
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, web, webview_flutter

More

Packages that depend on ntk_map_view