redux_stream 0.4.1+1 copy "redux_stream: ^0.4.1+1" to clipboard
redux_stream: ^0.4.1+1 copied to clipboard

Redux Architecture for Flutter 3.0+ 'redux_stream' library is Experimental.

100/ 160
pub points
2
downloads

We analyzed this package 3 days ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 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.

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:redux_stream/src/update_redux_state.dart that imports:
  • package:redux_stream/src/redux_store.dart that imports:
  • package:redux_stream/src/internal/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
1
likes
100
points
2
downloads

Publisher

verified publisherviviware.com

Weekly Downloads

Redux Architecture for Flutter 3.0+ 'redux_stream' library is Experimental.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async_notify, flutter, logger, provider, runtime_assert, rxdart

More

Packages that depend on redux_stream