geiger_dummy_data 0.3.6 copy "geiger_dummy_data: ^0.3.6" to clipboard
geiger_dummy_data: ^0.3.6 copied to clipboard

A dart package that provides functionality for easy propagation of data to the Geiger localStorage for testing purposes.

140/ 160
pub points
52
downloads

We analyzed this package 3 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

Documentation URL doesn't exist.

At the time of the analysis https://github.com/cyber-geiger/toolbox-indicator/tree/development-java 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

63 out of 182 API elements (34.6 %) have documentation comments.

Some symbols that are missing documentation: geiger_dummy_data, geiger_dummy_data.Consent, geiger_dummy_data.Consent.Consent.fromJson, geiger_dummy_data.Consent.Consent.new, geiger_dummy_data.Consent.cloudProcess.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:geiger_dummy_data/geiger_dummy_data.dart that imports:
  • package:geiger_dummy_data/src/user_node.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 declares support for platforms: Android, iOS, Windows, Linux, macOS.
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

Found 46 issues. Showing the first 2:

INFO: The variable name 'GEIGER_INDICATOR_UUID' isn't a lowerCamelCase identifier.

lib/src/constant/constant.dart:6:17

  ╷
6 │   static String GEIGER_INDICATOR_UUID = "fasfadsfasfadsfasfas";
  │                 ^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The constant name 'High' isn't a lowerCamelCase identifier.

lib/src/constant/constant.dart:15:15

   ╷
15 │ enum Weight { High, Medium, Low }
   │               ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/constant/constant.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
equatable ^2.0.3 2.0.8 2.0.8
geiger_api ^0.5.5 0.5.5 0.8.2
geiger_localstorage ^0.6.21 0.6.49 0.8.2
intl ^0.17.0 0.17.0 0.20.2
json_annotation ^4.3.0 4.10.0 4.10.0
uuid ^3.0.5 3.0.7 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dependency_visitor - 1.0.1 1.0.1
effective_dart - 1.3.2 1.3.2 Discontinued
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hex - 0.2.0 0.2.0
hooks - 1.0.1 1.0.1
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.3.0 9.3.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
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
pub_semver - 2.2.0 2.2.0
pubspec_lock_reader - 1.0.2 1.0.2
sorted_list - 1.0.0 1.0.0
source_span - 1.10.2 1.10.2
sqlite3 - 1.11.2 3.1.5
sqlite3_flutter_libs - 0.5.41 0.5.41
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.3.1 2.3.1
vector_math - 2.2.0 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.

Found 4 issues. Showing the first 2:

The constraint `^0.5.5` on geiger_api does not support the stable version `0.6.0`.

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

The constraint `^0.6.21` on geiger_localstorage does not support the stable version `0.8.0`.

Try running dart pub upgrade --major-versions geiger_localstorage 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.9, Flutter 3.38.9, Dart 3.10.8.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
140
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

A dart package that provides functionality for easy propagation of data to the Geiger localStorage for testing purposes.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

equatable, flutter, geiger_api, geiger_localstorage, intl, json_annotation, uuid

More

Packages that depend on geiger_dummy_data