ntk_map_view 0.1.0
ntk_map_view: ^0.1.0 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
We analyzed this package 8 hours ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
70 out of 114 API elements (61.4 %) have documentation comments.
Some symbols that are missing documentation: create_unique_uid, map_button_class, map_button_class.MapButtonClass, map_button_class.MapButtonClass.MapButtonClass.new, map_button_class.MapButtonClass.act.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package not compatible with platform Android
Because:
package:ntk_map_view/web/ntk_map_controller_web.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform iOS
Because:
package:ntk_map_view/web/ntk_map_controller_web.dartthat imports:dart:js_interop_unsafe
Package does not support platform `Windows`.
Because:
package:ntk_map_view/interfaces/ntk_map_controller_interface.dartthat imports:package:ntk_map_view/mobile/ntk_map_controller_mobile.dartthat imports:package:ntk_map_view/mobile/ntk_map_view_state_mobile.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:ntk_map_view/interfaces/ntk_map_controller_interface.dartthat imports:package:ntk_map_view/mobile/ntk_map_controller_mobile.dartthat imports:package:ntk_map_view/mobile/ntk_map_view_state_mobile.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package not compatible with platform macOS
Because:
package:ntk_map_view/web/ntk_map_controller_web.dartthat imports:dart:js_interop_unsafe
Package does not support platform `Web`.
Because:
package:ntk_map_view/mobile/ntk_map_controller_mobile.dartthat imports:package:ntk_map_view/mobile/ntk_map_view_state_mobile.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: Missing type annotation.
lib/interfaces/ntk_map_controller_interface.dart:29:3
╷
29 │ addMarker(LatLng point, Function(LatLng point)? callback);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/interfaces/ntk_map_controller_interface.dart
INFO: Missing type annotation.
lib/interfaces/ntk_map_controller_interface.dart:32:3
╷
32 │ goToPoint(LatLng point);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/interfaces/ntk_map_controller_interface.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
js |
^0.6.7 |
0.6.7 | 0.7.2 | Discontinued |
latlong2 |
^0.9.1 |
0.9.1 | 0.9.1 | |
web |
^0.5.0 |
0.5.1 | 1.1.1 | |
webview_flutter |
^4.7.0 |
4.13.1 | 4.13.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
webview_flutter_android |
- | 4.10.11 | 4.10.11 | |
webview_flutter_platform_interface |
- | 2.14.0 | 2.14.0 | |
webview_flutter_wkwebview |
- | 3.23.7 | 3.23.7 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.6.7` on js does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions js to update the constraint.
The constraint `^0.5.0` on web does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions web to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.