voo_core 1.1.0 copy "voo_core: ^1.1.0" to clipboard
voo_core: ^1.1.0 copied to clipboard

Core foundation package for the Voo Flutter ecosystem. Provides plugin architecture and shared utilities.

80/ 160
pub points
215
downloads

We analyzed this package 19 hours ago, and awarded it 80 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

Repository URL doesn't exist.

At the time of the analysis https://github.com/voostack/FlutterDevStack/tree/main/packages/voo_core 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: MIT.

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

301 out of 364 API elements (82.7 %) have documentation comments.

Some symbols that are missing documentation: voo_core, voo_core.BaseInterceptor, voo_core.BaseInterceptor.BaseInterceptor.new, voo_core.BaseInterceptor.enabled, voo_core.BaseInterceptor.onError.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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:voo_core/voo_core.dart that imports:
  • package:voo_core/src/services/voo_error_tracking_service.dart that imports:
  • package:voo_core/src/voo.dart that imports:
  • package:voo_core/src/services/voo_device_info_service.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:voo_core/voo_core.dart that imports:
  • package:voo_core/src/services/voo_error_tracking_service.dart that imports:
  • package:voo_core/src/voo.dart that imports:
  • package:voo_core/src/services/voo_device_info_service.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:voo_core/voo_core.dart that imports:
  • package:voo_core/src/services/voo_runtime_metrics_service.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:voo_core/voo_core.dart that imports:
  • package:voo_core/src/services/voo_error_tracking_service.dart that imports:
  • package:voo_core/src/voo.dart that imports:
  • package:voo_core/src/services/voo_device_info_service.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:voo_core/voo_core.dart that imports:
  • package:voo_core/src/services/voo_error_tracking_service.dart that imports:
  • package:voo_core/src/voo.dart that imports:
  • package:voo_core/src/services/voo_device_info_service.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:voo_core/voo_core.dart that imports:
  • package:voo_core/src/services/voo_feature_config_service.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

ERROR: A value of type 'String?' can't be returned from the function 'projectId' because it has a return type of 'String'.

lib/src/models/voo_context.dart:52:27

   ╷
52 │   String get projectId => config.projectId;
   │                           ^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The element type 'String?' can't be assigned to the map value type 'String'.

lib/src/models/voo_context.dart:131:25

    ╷
131 │         'X-Project-Id': config.projectId,
    │                         ^^^^^^^^^^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
battery_plus ^6.0.0 6.2.3 7.0.0
connectivity_plus ^6.0.0 6.1.5 7.0.0
device_info_plus ^11.0.0 11.5.0 12.3.0
http ^1.2.0 1.6.0 1.6.0
package_info_plus ^8.0.0 8.3.1 9.0.0
path_provider ^2.1.0 2.1.5 2.1.5
uuid ^4.0.0 4.5.2 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
battery_plus_platform_interface - 2.0.1 2.0.1
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
connectivity_plus_platform_interface - 2.0.1 2.0.1
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.1.3 2.1.3
hooks - 1.0.0 1.0.0
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
native_toolchain_c - 0.17.4 0.17.4
nm - 0.5.0 0.5.0
objective_c - 9.2.3 9.2.3
package_info_plus_platform_interface - 3.2.1 3.2.1
path - 1.9.1 1.9.1
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
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
upower - 0.7.0 0.7.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
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 `^6.0.0` on battery_plus does not support the stable version `7.0.0`.

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

The constraint `^6.0.0` on connectivity_plus does not support the stable version `7.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • RETURN_OF_INVALID_TYPE - lib/src/models/voo_context.dart:52:27 - A value of type 'String?' can't be returned from the function 'projectId' because it has a return type of 'String'.
  • MAP_VALUE_TYPE_NOT_ASSIGNABLE - lib/src/models/voo_context.dart:131:25 - The element type 'String?' can't be assigned to the map value type 'String'.
  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/src/services/voo_error_tracking_service.dart:128:19 - The property 'isEmpty' can't be unconditionally accessed because the receiver can be 'null'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
80
points
215
downloads

Publisher

verified publishervoostack.com

Weekly Downloads

Core foundation package for the Voo Flutter ecosystem. Provides plugin architecture and shared utilities.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #core #plugins #architecture #utilities

Documentation

API reference

License

MIT (license)

Dependencies

battery_plus, connectivity_plus, device_info_plus, flutter, http, package_info_plus, path_provider, uuid

More

Packages that depend on voo_core