voyager_flutter 0.0.1 copy "voyager_flutter: ^0.0.1" to clipboard
voyager_flutter: ^0.0.1 copied to clipboard

Flutter library for algorithms and UI components related to maps..

120/ 160
pub points
25
downloads

We analyzed this package 25 hours ago, and awarded it 120 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

504 out of 896 API elements (56.3 %) have documentation comments.

Some symbols that are missing documentation: area_algo, area_algo.AreaAlgo, area_algo.AreaAlgo.AreaAlgo.new, area_algo.AreaAlgo.WGS84_RADIUS, build_log.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:voyager_flutter/voyager_flutter.dart that imports:
  • package:voyager_flutter/protocols/index.dart that imports:
  • package:voyager_flutter/protocols/voyager_features_interaction_protocol.dart that imports:
  • package:voyager_flutter/protocols/protocol.dart that imports:
  • package:voyager_flutter/models/voyager_map_controller.dart that imports:
  • package:voyager_flutter/src/map_bloc.dart that imports:
  • package:voyager_flutter/models/map_config.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:voyager_flutter/voyager_flutter.dart that imports:
  • package:voyager_flutter/protocols/index.dart that imports:
  • package:voyager_flutter/protocols/voyager_features_interaction_protocol.dart that imports:
  • package:voyager_flutter/protocols/protocol.dart that imports:
  • package:voyager_flutter/models/voyager_map_controller.dart that imports:
  • package:voyager_flutter/src/map_bloc.dart that imports:
  • package:voyager_flutter/models/map_config.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:voyager_flutter/voyager_flutter.dart that imports:
  • package:voyager_flutter/protocols/index.dart that imports:
  • package:voyager_flutter/protocols/voyager_features_interaction_protocol.dart that imports:
  • package:voyager_flutter/protocols/protocol.dart that imports:
  • package:voyager_flutter/models/voyager_map_controller.dart that imports:
  • package:voyager_flutter/src/map_bloc.dart that imports:
  • package:voyager_flutter/models/map_config.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:voyager_flutter/voyager_flutter.dart that imports:
  • package:voyager_flutter/protocols/index.dart that imports:
  • package:voyager_flutter/protocols/voyager_features_interaction_protocol.dart that imports:
  • package:voyager_flutter/protocols/protocol.dart that imports:
  • package:voyager_flutter/models/voyager_map_controller.dart that imports:
  • package:voyager_flutter/src/map_bloc.dart that imports:
  • package:voyager_flutter/models/map_config.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that imports:
  • package:google_maps_flutter_android/google_maps_flutter_android.dart that 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:voyager_flutter/voyager_flutter.dart that imports:
  • package:voyager_flutter/protocols/index.dart that imports:
  • package:voyager_flutter/protocols/voyager_features_interaction_protocol.dart that imports:
  • package:voyager_flutter/protocols/protocol.dart that imports:
  • package:voyager_flutter/models/voyager_map_controller.dart that imports:
  • package:voyager_flutter/src/map_bloc.dart that imports:
  • package:voyager_flutter/models/map_config.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that imports:
  • package:google_maps_flutter_android/google_maps_flutter_android.dart that declares support for platforms: Android.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:voyager_flutter/voyager_flutter.dart that imports:
  • package:voyager_flutter/protocols/index.dart that imports:
  • package:voyager_flutter/protocols/voyager_features_interaction_protocol.dart that imports:
  • package:voyager_flutter/protocols/protocol.dart that imports:
  • package:voyager_flutter/models/voyager_map_controller.dart that imports:
  • package:voyager_flutter/src/map_bloc.dart that imports:
  • package:voyager_flutter/components/index.dart that imports:
  • package:voyager_flutter/components/voyager_info_window.dart that imports:
  • dart:io

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.cn/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 195 issues. Showing the first 2:

WARNING: A value for optional parameter 'lineString' isn't ever given.

lib/components/polyline_builder.dart:52:21

   ╷
52 │     jts.LineString? lineString,
   │                     ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/components/polyline_builder.dart

WARNING: The value of the local variable 'head2' isn't used.

lib/data_processor/algorithm/poly_bool/segment_chainer.dart:45:13

   ╷
45 │         var head2 = chain[1];
   │             ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/data_processor/algorithm/poly_bool/segment_chainer.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
collection ^1.17.0 1.19.1 1.19.1
dart_jts ^0.2.2+3 0.2.6 0.3.0+1
google_maps_flutter ^2.2.5 2.14.0 2.14.0
google_maps_flutter_platform_interface ^2.2.6 2.14.0 2.14.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
csslib - 1.0.2 1.0.2
flutter_plugin_android_lifecycle - 2.0.32 2.0.32
google_maps - 8.2.0 8.2.0
google_maps_flutter_android - 2.18.4 2.18.4
google_maps_flutter_ios - 2.15.5 2.15.5
google_maps_flutter_web - 0.5.14+2 0.5.14+2
html - 0.15.6 0.15.6
intl - 0.20.2 0.20.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sanitize_html - 2.1.0 2.1.0
source_span - 1.10.1 1.10.1
stream_transform - 2.1.1 2.1.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

The constraint `^0.2.2+3` on dart_jts does not support the stable version `0.3.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.35.7, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
25
downloads

Publisher

verified publisherthedevanshuweb.com

Weekly Downloads

Flutter library for algorithms and UI components related to maps..

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, dart_jts, flutter, google_maps_flutter, google_maps_flutter_platform_interface

More

Packages that depend on voyager_flutter