vader_core 0.6.0 copy "vader_core: ^0.6.0" to clipboard
vader_core: ^0.6.0 copied to clipboard

Framework for simplify development of Flutter apps

130/ 160
pub points
54
downloads

We analyzed this package 21 hours ago, and awarded it 130 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: MIT.

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

331 out of 494 API elements (67.0 %) have documentation comments.

Some symbols that are missing documentation: cache_client, cache_client.Cache, cache_client.Cache.Cache.new, cache_client.Cache.duration, cache_client.Cache.get.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:vader_core/vader_core.dart that imports:
  • package:vader_core/framework.dart that imports:
  • package:vader_core/clients/storage_client.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 6 issues. Showing the first 2:

INFO: An uninitialized variable should have an explicit type annotation.

lib/clients/http_client.dart:127:11

    ╷
127 │     final result;
    │           ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/clients/http_client.dart

INFO: Missing type annotation.

lib/clients/logger.dart:20:3

   ╷
20 │   setObserver(observer) {
   │   ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/clients/logger.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
auto_injector ^2.1.1 2.1.1 2.1.1
dio ^5.8.0+1 5.9.1 5.9.1
freezed_annotation ^3.1.0 3.1.0 3.1.0
hashlib ^2.2.0 2.3.0 2.3.0
hive_ce ^2.11.3 2.19.3 2.19.3
json_annotation ^4.9.0 4.11.0 4.11.0
mek_data_class ^1.4.0 1.4.1 2.2.0
mocktail ^1.0.4 1.0.4 1.0.4
nanoid2 ^2.0.1 2.0.1 2.0.1
path_provider any 2.1.5 2.1.5
retry ^3.1.2 3.1.2 3.1.2
talker ^5.0.0 5.1.14 5.1.14
talker_dio_logger ^5.0.0 5.1.13 5.1.13
ulid ^2.0.1 2.0.1 2.0.1
uuid ^4.5.1 4.5.3 4.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
ansicolor - 2.0.3 2.0.3
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
class_to_string - 1.2.0 1.2.0
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.1.3 2.1.3
hashlib_codecs - 3.0.1 3.0.1
hooks - 1.0.1 1.0.1
http_parser - 4.1.2 4.1.2
isolate_channel - 0.6.1 0.6.1
logging - 1.3.0 1.3.0
matcher - 0.12.18 0.12.18
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
mime - 2.0.0 2.0.0
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_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
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
talker_logger - 5.1.14 5.1.14
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
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 `^1.4.0` on mek_data_class does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions mek_data_class 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.10, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Framework for simplify development of Flutter apps

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

auto_injector, dio, freezed_annotation, hashlib, hive_ce, json_annotation, mek_data_class, mocktail, nanoid2, path_provider, retry, talker, talker_dio_logger, ulid, uuid

More

Packages that depend on vader_core