ensemble_location 1.2.55
ensemble_location: ^1.2.55 copied to clipboard
Location services and Google Maps widgets for Ensemble apps.
We analyzed this package 24 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
65 out of 270 API elements (24.1 %) have documentation comments.
Some symbols that are missing documentation: custom_marker_pin.MapMarkerIconModel.color, custom_marker_pin.MapMarkerIconModel.icon, custom_marker_pin.MapMarkerIconModel.library, custom_marker_pin.MapMarkerIconModel.size, location_manager.LocationManagerImpl.LocationManagerImpl.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:ensemble_location/ensemble_location.dartthat imports:package:ensemble_location/location_module.dartthat imports:package:ensemble_location/widget/maps/maps.dartthat imports:package:ensemble_location/widget/maps/maps_state.dartthat imports:package:ensemble_location/widget/maps/maps_utils.dartthat imports:package:ensemble/util/utils.dartthat imports:package:ensemble/widget/helpers/controllers.dartthat imports:package:ensemble/model/capabilities.dartthat imports:package:ensemble/framework/action.dartthat imports:package:ensemble/screen_controller.dartthat imports:package:ensemble/util/notification_utils.dartthat imports:package:ensemble/util/notification/notification_mobile.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:ensemble_location/ensemble_location.dartthat imports:package:ensemble_location/location_module.dartthat imports:package:ensemble_location/widget/maps/maps.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:ensemble_location/ensemble_location.dartthat imports:package:ensemble_location/location_module.dartthat imports:package:ensemble_location/widget/maps/maps.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:ensemble_location/ensemble_location.dartthat imports:package:ensemble_location/location_module.dartthat imports:package:ensemble_location/widget/maps/maps.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:ensemble_location/ensemble_location.dartthat imports:package:ensemble_location/location_module.dartthat imports:package:ensemble_location/widget/maps/maps.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat imports:package:google_maps_flutter_android/google_maps_flutter_android.dartthat declares support for platforms:Android.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:ensemble_location/ensemble_location.dartthat imports:package:ensemble_location/location_module.dartthat imports:package:ensemble_location/widget/maps/maps.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat imports:package:google_maps_flutter_android/google_maps_flutter_android.dartthat declares support for platforms:Android.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/widget/maps/maps_utils.dart:44:13
╷
44 │ return BitmapDescriptor.fromAssetImage(
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widget/maps/maps_utils.dart
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/widget/maps/maps_utils.dart:52:11
╷
52 │ return _resizeImageWithDeviceRatio(
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widget/maps/maps_utils.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ensemble |
^1.2.55 |
1.2.55 | 1.2.55 | |
ensemble_ts_interpreter |
^1.3.1 |
1.3.1 | 1.3.1 | |
flutter_cache_manager |
^3.3.0 |
3.4.2 | 3.4.2 | |
geolocator |
^9.0.2 |
9.0.2 | 14.0.3 | |
get_it |
^8.0.0 |
8.3.0 | 9.2.1 | |
google_maps_flutter |
^2.6.0 |
2.18.0 | 2.18.0 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
pointer_interceptor |
^0.10.1+2 |
0.10.1+2 | 0.10.1+2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^9.0.2` on geolocator does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions geolocator to update the constraint.
The constraint `^8.0.0` on get_it does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions get_it 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.