redux_stream2 1.0.0+2
redux_stream2: ^1.0.0+2 copied to clipboard
Redux Architecture for Flutter 3.0+. fork from https://github.com/vivitainc/flutter_redux_stream
We analyzed this package 5 days ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: redux_stream2.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: redux_stream2, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
37 out of 43 API elements (86.0 %) have documentation comments.
Some symbols that are missing documentation: redux_stream2, redux_stream2.ReduxAction.ReduxAction.new, redux_stream2.ReduxPlugin.ReduxPlugin.new, redux_stream2.ReduxPlugin.dispose, redux_stream2.ReduxState.ReduxState.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:redux_stream2/redux_stream2.dartthat imports:package:redux_stream2/src/redux_store.dartthat imports:package:redux_stream2/src/internal/logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:redux_stream2/redux_stream2.dartthat imports:package:redux_stream2/src/redux_store.dartthat imports:package:redux_stream2/src/internal/logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 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: The import of 'package:meta/meta.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart'.
lib/src/redux_store.dart:6:8
╷
6 │ import 'package:meta/meta.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
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 |
^2.3.0 |
2.6.2 | 2.6.2 | |
meta |
^1.11.0 |
1.17.0 | 1.18.1 | |
rxdart |
^0.27.2 |
0.27.7 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.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 `^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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.