redux_remote_devtools 3.0.0 copy "redux_remote_devtools: ^3.0.0" to clipboard
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.

19
likes
125/ 140
pub points
79%
popularity

We analyzed this package 4 days ago, and awarded it 125 pub points (of a possible 140):

failed
Follow Dart file conventions
25 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
partial
Pass static analysis
40 / 50trigger folding of the section

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

19
likes
125
pub points
79%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

redux, redux_dev_tools, socketcluster_client

More

Packages that depend on redux_remote_devtools