breadchain_sdk 0.0.1
breadchain_sdk: ^0.0.1 copied to clipboard
Breadchain SDK for Flutter
We analyzed this package 11 days ago, and awarded it 70 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
46 out of 180 API elements (25.6 %) have documentation comments.
Some symbols that are missing documentation: active_group
, active_group.ActiveGroup
, active_group.ActiveGroup.ActiveGroup.new
, active_group.ActiveGroup.coins
, active_group.ActiveGroup.description
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 33 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:breadchain_sdk/blocs/main/main_bloc.freezed.dart'.
lib/blocs/main/main_bloc.dart:8:6
╷
8 │ part 'main_bloc.freezed.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/blocs/main/main_bloc.dart
ERROR: The name '_Initial' isn't a class.
lib/blocs/main/main_bloc.dart:11:28
╷
11 │ MainBloc() : super(const _Initial()) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/blocs/main/main_bloc.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_bloc |
^8.1.6 |
8.1.6 | 9.1.1 | |
flutter_hooks |
^0.20.5 |
0.20.5 | 0.21.3+1 | |
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 | |
flutter_svg |
^2.0.16 |
2.2.1 | 2.2.1 | |
formz |
^0.8.0 |
0.8.0 | 0.8.0 | |
freezed_annotation |
^2.4.4 |
2.4.4 | 3.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
bloc |
- | 8.1.4 | 9.0.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
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 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^8.1.6` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc
to update the constraint.
The constraint `^0.20.5` on flutter_hooks does not support the stable version `0.21.0`.
Try running dart pub upgrade --major-versions flutter_hooks
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 33 errors:
URI_DOES_NOT_EXIST
-lib/blocs/main/main_bloc.dart:8:6
- Target of URI doesn't exist: 'package:breadchain_sdk/blocs/main/main_bloc.freezed.dart'.CREATION_WITH_NON_TYPE
-lib/blocs/main/main_bloc.dart:11:28
- The name '_Initial' isn't a class.NON_TYPE_AS_TYPE_ARGUMENT
-lib/blocs/main/main_bloc.dart:12:8
- The name '_Init' isn't a type, so it can't be used as a type argument.
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.