ntk_map_view 0.0.6 copy "ntk_map_view: ^0.0.6" to clipboard
ntk_map_view: ^0.0.6 copied to clipboard

A crossplatform map view for flutter based on leaflet, that provide to create polyline, create marker, create custom marker, have many of callbacks to work with map, have a very high perfomance, and n [...]

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, create marker, create custom marker, have many of callbacks to work with map, have a very high perfomance, and now in active development, well work on web and android

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, js, latlong2, universal_html, webview_flutter

More

Packages that depend on ntk_map_view