geiger_api 0.8.2 copy "geiger_api: ^0.8.2" to clipboard
geiger_api: ^0.8.2 copied to clipboard

PlatformAndroid

A Communication API for the GEIGER ecosystem. It provides a unified interface for all plugins to communicate and transfer control between the components of the ecosystem.

6
likes
140/ 160
pub points
371
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/cyber-geiger/toolbox-storage was unreachable. Make sure that the website is reachable via HEAD requests.

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: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

163 out of 288 API elements (56.6 %) have documentation comments.

Some symbols that are missing documentation: geiger_api.CommunicationApi.autoAcceptRegistration, geiger_api.CommunicationApi.executor, geiger_api.CommunicationApi.ignoreMessageSignature, geiger_api.CommunicationApi.isMaster, geiger_api.CommunicationApi.platform.

Passed check 10/10 points: Package has an example

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

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:geiger_api/geiger_api.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:geiger_api/geiger_api.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:geiger_api/geiger_api.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:geiger_api/geiger_api.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:geiger_api/geiger_api.dart that declares support for platforms: Android.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:geiger_api/geiger_api.dart that imports:
  • package:geiger_api/src/debug_tools/db_tree_view.dart that imports:
  • package:geiger_localstorage/geiger_localstorage.dart that imports:
  • package:geiger_localstorage/src/db/storage_mapper.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.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.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/plugin/menu_registrar.dart:9:145

  ╷
9 │   /// [menu] is an unstored, internationalized node reflecting a menu entry. The node path is an identifier which should be prefixed with :menu:<PluginUUID>:<menuIdentifier>.
  │                                                                                                                                                 ^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/plugin/menu_registrar.dart

INFO: Angle brackets will be interpreted as HTML.

lib/src/plugin/menu_registrar.dart:9:158

  ╷
9 │   /// [menu] is an unstored, internationalized node reflecting a menu entry. The node path is an identifier which should be prefixed with :menu:<PluginUUID>:<menuIdentifier>.
  │                                                                                                                                                              ^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/plugin/menu_registrar.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.15.0 1.19.1 1.19.1
convert ^3.0.1 3.1.2 3.1.2
cryptography ^2.0.5 2.7.0 2.7.0
flutter_treeview ^1.0.7+1 1.0.7+1 1.0.7+1
geiger_localstorage ^0.8.0 0.8.2 0.8.2
logging ^1.0.2 1.3.0 1.3.0
meta ^1.7.0 1.16.0 1.17.0
path_provider ^2.0.9 2.1.5 2.1.5
uuid ^3.0.6 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
crypto - 3.0.6 3.0.6
dependency_visitor - 1.0.1 1.0.1
effective_dart - 1.3.2 1.3.2 Discontinued
equatable - 2.0.7 2.0.7
ffi - 2.1.4 2.1.4
hex - 0.2.0 0.2.0
intl - 0.17.0 0.20.2
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pubspec_lock_reader - 1.0.2 1.0.2
sorted_list - 1.0.0 1.0.0
source_span - 1.10.1 1.10.1
sqlite3 - 1.11.2 2.7.6
sqlite3_flutter_libs - 0.5.34 0.5.34
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.2.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

The constraint `^3.0.6` on uuid does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions uuid 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.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
140
points
371
downloads

Publisher

verified publishercyber-geiger.eu

Weekly Downloads

A Communication API for the GEIGER ecosystem. It provides a unified interface for all plugins to communicate and transfer control between the components of the ecosystem.

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

collection, convert, cryptography, flutter, flutter_treeview, geiger_localstorage, logging, meta, path_provider, uuid

More

Packages that depend on geiger_api