og1_map 0.0.7 copy "og1_map: ^0.0.7" to clipboard
og1_map: ^0.0.7 copied to clipboard

OG1 Map package project.

0
likes
110/ 140
pub points
0%
popularity

We analyzed this package 2 hours ago, and awarded it 110 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

Repository URL doesn't exist.

At the time of the analysis https://github.com/og1-alarm/og1-map was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: og1_map,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

25 out of 38 API elements (65.8 %) have documentation comments.

Some symbols that are missing documentation: og1_map, og1_map.MarkerPoint, og1_map.MarkerPoint.MarkerPoint, og1_map.MarkerPoint.icon, og1_map.MarkerPoint.latitude.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:og1_map/og1_map.dart that imports:
  • package:og1_map/src/widgets/og1_map.dart that imports:
  • package:og1_map/src/widgets/map_search.dart that imports:
  • package:og1_map/src/widgets/map/map_area.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_apple/geolocator_apple.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:og1_map/og1_map.dart that imports:
  • package:og1_map/src/widgets/og1_map.dart that imports:
  • package:og1_system/og1_system.dart that imports:
  • package:firebase_auth/firebase_auth.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:og1_map/og1_map.dart that imports:
  • package:og1_map/src/widgets/og1_map.dart that imports:
  • package:og1_map/src/widgets/map_search.dart that imports:
  • package:og1_map/src/widgets/map/map_area.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_android/geolocator_android.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:og1_map/og1_map.dart that imports:
  • package:og1_map/src/widgets/og1_map.dart that imports:
  • package:og1_map/src/widgets/map_search.dart that imports:
  • package:og1_map/src/widgets/map/map_area.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_apple/geolocator_apple.dart that declares support for platforms: iOS, macOS.

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:og1_map/og1_map.dart that imports:
  • package:og1_map/src/widgets/og1_map.dart that imports:
  • package:og1_map/src/widgets/map_search.dart that imports:
  • package:og1_map/src/widgets/map/map_area.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_apple/geolocator_apple.dart that declares support for platforms: iOS, macOS.
Package does not support platform `iOS`.

Because:

  • package:og1_map/og1_map.dart that imports:
  • package:og1_map/src/widgets/og1_map.dart that imports:
  • package:og1_map/src/widgets/map_search.dart that imports:
  • package:og1_map/src/widgets/map/map_area.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_android/geolocator_android.dart that declares support for platforms: Android.
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: 'backgroundColor' is deprecated and shouldn't be used. Use colorScheme.background instead. This feature was deprecated after v3.3.0-0.5.pre.

lib/src/widgets/panel/default_grabbing.dart:33:34

   ╷
33 │         color: Theme.of(context).backgroundColor,
   │                                  ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/panel/default_grabbing.dart

INFO: 'backgroundColor' is deprecated and shouldn't be used. Use colorScheme.background instead. This feature was deprecated after v3.3.0-0.5.pre.

lib/src/widgets/panel/default_grabbing.dart:113:42

    ╷
113 │                 color: Theme.of(context).backgroundColor,
    │                                          ^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/panel/default_grabbing.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
align_positioned ^3.0.0 3.0.0 4.0.1
flutter flutter 0.0.0 0.0.0
flutter_map ^1.1.1 1.1.1 6.1.0
flutter_map_location_marker ^4.0.0 4.1.0 8.0.8
flutter_polyline_points ^1.0.0 1.0.0 2.0.0
geolocator ^8.2.0 8.2.1 11.0.0
latlong2 ^0.8.1 0.8.2 0.9.1
material_floating_search_bar_2 ^0.5.0 0.5.0 0.5.0
og1_system ^0.0.8 0.0.11 0.0.11
osm_nominatim ^2.0.1 2.0.1 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
_flutterfire_internals - 1.3.32 1.3.32
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
awesome_icons - 1.1.0 1.1.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
easy_localization - 3.0.6 3.0.6
easy_logger - 0.0.2 0.0.2
fake_async - 1.3.1 1.3.1
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
firebase_auth - 4.19.4 4.19.4
firebase_auth_platform_interface - 7.2.5 7.2.5
firebase_auth_web - 5.11.4 5.11.4
firebase_core - 2.30.1 2.30.1
firebase_core_platform_interface - 5.0.0 5.0.0
firebase_core_web - 2.16.0 2.16.0
flutter_compass - 0.7.0 0.8.0
flutter_localizations - 0.0.0 0.0.0
flutter_test - 0.0.0 0.0.0
flutter_web_plugins - 0.0.0 0.0.0
geolocator_android - 3.2.1 4.5.5
geolocator_apple - 2.3.7 2.3.7
geolocator_platform_interface - 4.2.2 4.2.2
geolocator_web - 2.2.1 3.0.0
geolocator_windows - 0.1.3 0.2.3
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
image_fade - 0.6.2 0.6.2
intl - 0.18.1 0.19.0
leak_tracker - 10.0.0 10.0.5
leak_tracker_flutter_testing - 2.0.1 3.0.5
leak_tracker_testing - 2.0.1 3.0.1
lists - 1.0.1 1.0.1
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
matrix4_transform - 2.0.1 3.0.1
meta - 1.11.0 1.14.0
mgrs_dart - 2.0.0 2.0.0
path - 1.9.0 1.9.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
polylabel - 1.0.1 1.0.1
positioned_tap_detector_2 - 1.0.4 1.0.4
proj4dart - 2.1.0 2.1.0
recase - 4.1.0 4.1.0
responsive_builder - 0.4.3 0.7.0
responsive_framework - 0.2.0 1.4.0
shared_preferences - 2.2.3 2.2.3
shared_preferences_android - 2.2.2 2.2.2
shared_preferences_foundation - 2.3.5 2.3.5
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
snapping_sheet - 3.1.0 3.1.0
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.6.1 0.7.1
tuple - 2.0.2 2.0.2
typed_data - 1.3.2 1.3.2
unicode - 0.3.1 0.3.1
url_launcher - 6.2.6 6.2.6
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
vector_math - 2.1.4 2.1.4
vm_service - 13.0.0 14.2.1
web - 0.5.1 0.5.1
win32 - 5.5.0 5.5.0
wkt_parser - 2.0.0 2.0.0
xdg_directories - 1.0.4 1.0.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 7 issues. Showing the first 2:

The constraint `^3.0.0` on align_positioned does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions align_positioned to update the constraint.

The constraint `^1.1.1` on flutter_map does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions flutter_map to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.