sliver_stream_builder 0.3.5
sliver_stream_builder: ^0.3.5 copied to clipboard
Package to transform data stream to sliver list or sliver grid
We analyzed this package 4 days ago, and awarded it 60 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
75 out of 191 API elements (39.3 %) have documentation comments.
Some symbols that are missing documentation: data_stream_helper, data_stream_helper.DSHFluentHelper, data_stream_helper.DSHFluentHelper.DSHFluentHelper.new, data_stream_helper.DSHFluentHelper.initialState, data_stream_helper.DSHFluentHelper.next.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
ERROR: The getter 'errorColor' isn't defined for the type 'ThemeData'.
lib/default_builders.dart:34:53
╷
34 │ style: TextStyle(color: Theme.of(context).errorColor),
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/default_builders.dart
ERROR: The named parameter 'settings' is required, but there's no corresponding argument.
lib/localization/strings.g.dart:73:48
╷
73 │ TranslationProvider({required super.child}) : super(
│ ┌───────────────────────────────────────────────────^
74 │ │ initLocale: LocaleSettings.instance.currentLocale,
75 │ │ initTranslations: LocaleSettings.instance.currentTranslations,
76 │ │ );
│ └─────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/localization/strings.g.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
slang |
^3.5.0 |
3.32.0 | 4.12.1 | |
slang_flutter |
^3.5.0 |
3.32.0 | 4.12.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
csv |
- | 6.0.0 | 7.1.0 | |
json2yaml |
- | 3.0.1 | 3.0.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
watcher |
- | 1.2.1 | 1.2.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.5.0` on slang does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions slang to update the constraint.
The constraint `^3.5.0` on slang_flutter does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions slang_flutter 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 1 error:
UNDEFINED_GETTER-lib/default_builders.dart:34:53- The getter 'errorColor' isn't defined for the type 'ThemeData'.
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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.