redux_remote_devtools 3.0.0 redux_remote_devtools: ^3.0.0 copied to clipboard
Remote DevTools for Redux.dart. This package connects a Dart Redux store to the Remote Devtools Server, allowing the developer to inspect changes to the Redux Store during runtime.
We analyzed this package 7 days ago, and awarded it 145 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
Links in `CHANGELOG.md` should be secure. 1 link is insecure.
CHANGELOG.md:8:25
╷
8 │ This is inline with the <a href="http://dart-lang.github.io/linter/lints/one_member_abstracts.html">Dart styleguide</a>, which advocates using function typedefs instead of single method abstract classes.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
13 out of 30 API elements (43.3 %) have documentation comments.
Some symbols that are missing documentation: redux_remote_devtools
, redux_remote_devtools.RemoteDevToolsMiddleware
, redux_remote_devtools.RemoteDevToolsMiddleware.RemoteDevToolsMiddleware
, redux_remote_devtools.RemoteDevToolsMiddleware.connect
, redux_remote_devtools.RemoteDevToolsMiddleware.handleEventFromRemote
.
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
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/action_decoder.dart:1:1
╷
1 │ part of redux_remote_devtools;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/action_decoder.dart
INFO: The variable name 'NopActionDecoder' isn't a lowerCamelCase identifier.
lib/src/action_decoder.dart:8:15
╷
8 │ ActionDecoder NopActionDecoder = (dynamic action) => action;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/action_decoder.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
redux |
^5.0.0 |
5.0.0 | 5.0.0 |
redux_dev_tools |
^0.7.0 |
0.7.0 | 0.7.0 |
socketcluster_client |
^0.3.0 |
0.3.0 | 0.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.22.15
, Dart 3.5.4
.
Check the analysis log for details.