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 7 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.dart
that imports:dart:js_interop_unsafe
Package not compatible with platform iOS
Because:
package:ntk_map_view/web/ntk_map_controller_web.dart
that imports:dart:js_interop_unsafe
Package does not support platform `Windows`.
Because:
package:ntk_map_view/interfaces/ntk_map_controller_interface.dart
that imports:package:ntk_map_view/mobile/ntk_map_controller_mobile.dart
that imports:package:ntk_map_view/mobile/ntk_map_view_state_mobile.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:ntk_map_view/interfaces/ntk_map_controller_interface.dart
that imports:package:ntk_map_view/mobile/ntk_map_controller_mobile.dart
that imports:package:ntk_map_view/mobile/ntk_map_view_state_mobile.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package not compatible with platform macOS
Because:
package:ntk_map_view/web/ntk_map_controller_web.dart
that imports:dart:js_interop_unsafe
Package does not support platform `Web`.
Because:
package:ntk_map_view/mobile/ntk_map_controller_mobile.dart
that imports:package:ntk_map_view/mobile/ntk_map_view_state_mobile.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
/tmp/pana_LZCFXS/lib/interfaces/ntk_map_controller_interface.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_LZCFXS/lib/mobile/ntk_map_controller_mobile.dart doesn't match the Dart formatter.
To format your files run: dart format .
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.0 | 4.13.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
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.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
webview_flutter_android |
- | 4.7.0 | 4.7.0 | |
webview_flutter_platform_interface |
- | 2.13.0 | 2.13.0 | |
webview_flutter_wkwebview |
- | 3.22.0 | 3.22.0 |
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.22.21
, Flutter 3.29.3
, Dart 3.7.2
.
Check the analysis log for details.