redux_stream 0.4.1+1
redux_stream: ^0.4.1+1 copied to clipboard
Redux Architecture for Flutter 3.0+ 'redux_stream' library is Experimental.
We analyzed this package 3 days ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
97 out of 134 API elements (72.4 %) have documentation comments.
Some symbols that are missing documentation: redux_stream, redux_stream.Dispatcher.Dispatcher.new, redux_stream.Dispatcher.dispose, redux_stream.MultiSourceBufferPlugin.MultiSourceBufferPlugin.new, redux_stream.MultiSourceBufferPlugin.dispose.
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:redux_stream/redux_stream.dartthat imports:package:redux_stream/src/update_redux_state.dartthat imports:package:redux_stream/src/redux_store.dartthat imports:package:redux_stream/src/internal/logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/file_output_stub.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/redux_action.dart:5:11
╷
5 │ /// Stream<State>が閉じられた時点でexecute()が完了したとみなし、このActionは破棄される.
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/redux_action.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/redux_store.dart:128:34
╷
128 │ /// Action実行をリクエストし、終了待ちのFuture<TState>を返却する.
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/redux_store.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async_notify |
^0.0.2 |
0.0.2 | 0.0.2 | |
logger |
^1.0.0 |
1.4.0 | 2.6.2 | |
provider |
^6.0.0 |
6.1.5+1 | 6.1.5+1 | |
runtime_assert |
^0.0.1 |
0.0.1+2 | 0.0.1+2 | |
rxdart |
^0.27.2 |
0.27.7 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.0.0` on logger does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions logger to update the constraint.
The constraint `^0.27.2` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart 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:
USE_OF_VOID_RESULT-lib/src/redux_store.dart:175:25- This expression has a type of 'void' so its value can't be used.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.