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 14 hours ago, and awarded it 135 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.new, 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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
WARNING: The 'author' field is no longer used and can be removed.
pubspec.yaml:3:1
╷
3 │ author: Michael Marner <michael@20papercups.net>
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze pubspec.yaml
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
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
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.23.11, Dart 3.11.2.
Check the analysis log for details.