arcgis_maps 200.7.0+4560
arcgis_maps: ^200.7.0+4560 copied to clipboard
Use ArcGIS Maps SDK for Flutter to incorporate capabilities such as location, 2D viewing and editing, geocoding, and routing into your iOS and Android apps.
We analyzed this package 2 days 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
3870 out of 4066 API elements (95.2 %) have documentation comments.
Some symbols that are missing documentation: arcgis_maps.AngularUnitId.coreValue
, arcgis_maps.AnimationCurve.coreValue
, arcgis_maps.AntialiasingMode.coreValue
, arcgis_maps.ArcGISCredential.ArcGISCredential.fromJson
, arcgis_maps.ArcGISCredential.ArcGISCredential.fromJsonString
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:arcgis_maps/arcgis_maps.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:arcgis_maps/arcgis_maps.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:arcgis_maps/arcgis_maps.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:arcgis_maps/arcgis_maps.dart
that declares support for platforms:Android
,iOS
.
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_maps/arcgis_maps.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:arcgis_maps/arcgis_maps.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:arcgis_maps/arcgis_maps.dart
that imports:package:sqlite3/sqlite3.dart
that imports:package:sqlite3/src/ffi/api.dart
that imports:package:sqlite3/src/ffi/implementation.dart
that imports:package:sqlite3/src/ffi/memory.dart
that imports:package:sqlite3/src/ffi/generated/shared.dart
that imports:dart:ffi
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/arcgis_maps/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
^2.12.0 |
2.13.0 | 2.13.0 | |
device_info_plus |
^11.3.0 |
11.4.0 | 11.4.0 | |
dio |
^5.8.0+1 |
5.8.0+1 | 5.8.0+1 | |
dio_cache_interceptor |
^3.5.1 |
3.5.1 | 4.0.3 | |
dio_cache_interceptor_db_store |
^6.0.0 |
6.0.0 | 6.0.0 | Discontinued |
ffi |
^2.1.4 |
2.1.4 | 2.1.4 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 9.2.4 | |
flutter_web_auth_2 |
^4.1.0 |
4.1.0 | 4.1.0 | |
geolocator |
^13.0.2 |
13.0.4 | 14.0.0 | |
haptic_feedback |
^0.5.1+1 |
0.5.1+1 | 0.5.1+1 | |
http |
^1.3.0 |
1.3.0 | 1.3.0 | |
http_parser |
^4.1.2 |
4.1.2 | 4.1.2 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
logger |
^2.5.0 |
2.5.0 | 2.5.0 | |
package_config |
^2.1.1 |
2.2.0 | 2.2.0 | |
package_info_plus |
^8.2.1 |
8.3.0 | 8.3.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
sqlite3 |
^2.7.4 |
2.7.5 | 2.7.5 | |
sqlite3_flutter_libs |
^0.5.30 |
0.5.32 | 0.5.32 | |
url_launcher |
^6.3.1 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^3.5.1` on dio_cache_interceptor does not support the stable version `4.0.0`, that was published 28 days ago.
When dio_cache_interceptor is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions dio_cache_interceptor
to update the constraint.
The constraint `^13.0.2` on geolocator does not support the stable version `14.0.0`, that was published 10 days ago.
When geolocator is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions geolocator
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.