vader_core 0.6.1
vader_core: ^0.6.1 copied to clipboard
Framework for simplify development of Flutter apps
We analyzed this package 11 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.6.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
326 out of 489 API elements (66.7 %) 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.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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 not compatible with platform Web
Because:
package:vader_core/vader_core.dartthat imports:package:vader_core/framework.dartthat imports:package:vader_core/clients/http_client.dartthat imports:package:vader_core/clients/cache_client.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 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
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.0 | 5.9.0 | |
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.16.0 | 2.16.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.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 | |
retry |
^3.1.2 |
3.1.2 | 3.1.2 | |
talker |
^5.0.0 |
5.1.9 | 5.1.9 | |
talker_dio_logger |
^5.0.0 |
5.1.9 | 5.1.9 | |
ulid |
^2.0.1 |
2.0.1 | 2.0.1 | |
uuid |
^4.5.1 |
4.5.2 | 4.5.2 |
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 | |
class_to_string |
- | 1.2.0 | 1.2.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
hashlib_codecs |
- | 3.0.1 | 3.0.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
isolate_channel |
- | 0.2.2+1 | 0.2.2+1 | |
matcher |
- | 0.12.18 | 0.12.18 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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.9 | 5.1.9 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.8 | 0.7.8 | |
typed_data |
- | 1.4.0 | 1.4.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 `^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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Dart 3.10.4.
Check the analysis log for details.