arcgis_map_sdk 0.8.0
arcgis_map_sdk: ^0.8.0 copied to clipboard
Esri ArcGIS map for Flutter for Web, iOS and Android platforms
We analyzed this package 1 hour ago, and awarded it 140 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
104 out of 407 API elements (25.6 %) have documentation comments.
Some symbols that are missing documentation: arcgis_map, arcgis_map.AnimationCurve, arcgis_map.AnimationOptions.AnimationOptions.new, arcgis_map.AnimationOptions.animationCurve, arcgis_map.AnimationOptions.duration.
10/10 points: Package has an example
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:arcgis_map_sdk/arcgis_map_sdk.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:arcgis_map_sdk/arcgis_map_sdk.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:arcgis_map_sdk/arcgis_map_sdk.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:arcgis_map_sdk/arcgis_map_sdk.dartthat imports:package:arcgis_map_sdk/src/arcgis_map_sdk.dartthat imports:package:arcgis_map_sdk_ios/arcgis_map_sdk_ios.dartthat declares support for platforms:iOS.
Package does not support platform `iOS`.
Because:
package:arcgis_map_sdk/arcgis_map_sdk.dartthat imports:package:arcgis_map_sdk/src/arcgis_map_sdk.dartthat imports:package:arcgis_map_sdk_android/arcgis_map_sdk_android.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:arcgis_map_sdk/arcgis_map_sdk.dartthat imports:package:arcgis_map_sdk/src/arcgis_map_sdk.dartthat imports:package:arcgis_map_sdk_ios/arcgis_map_sdk_ios.dartthat declares support for platforms:iOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:arcgis_map_sdk/arcgis_map_sdk.dartthat imports:package:arcgis_map_sdk/src/arcgis_map_sdk.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The default package arcgis_map_sdk_ios does not contain ios/arcgis_map_sdk_ios/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: Library names are not necessary.
lib/arcgis_map_sdk.dart:2:9
╷
2 │ library arcgis_map;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/arcgis_map_sdk.dart
INFO: Don't make a function 'async' if it doesn't use 'await'.
lib/src/arcgis_map_controller.dart:25:6
╷
25 │ }) async {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/arcgis_map_controller.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
arcgis_map_sdk_android |
^0.8.0 |
0.8.0 | 0.8.0 | |
arcgis_map_sdk_ios |
^0.8.0 |
0.8.0 | 0.8.0 | |
arcgis_map_sdk_platform_interface |
^1.0.1 |
1.0.1 | 1.0.1 | |
arcgis_map_sdk_web |
^0.8.0 |
0.8.0 | 0.8.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
arcgis_map_sdk_method_channel |
- | 0.8.0 | 0.8.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
intl |
- | 0.20.3 | 0.20.3 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
latlong2 |
- | 0.9.1 | 0.10.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.4.2 | 2.4.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.