reactive_live_stream 0.0.2
reactive_live_stream: ^0.0.2 copied to clipboard
A lightweight, yet powerful way to bind your application state with your business logic.
We analyzed this package 19 hours ago, and awarded it 125 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
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
82 out of 168 API elements (48.8 %) have documentation comments.
Some symbols that are missing documentation: reactive_live_stream, reactive_live_stream.AsyncLiveStream, reactive_live_stream.AsyncLiveStream.AsyncLiveStream.new, reactive_live_stream.AsyncLiveStream.state, reactive_live_stream.AsyncState.
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 13 issues. Showing the first 2:
WARNING: The member 'init' can only be used within instance members of subclasses of 'LiveStreamBase'.
lib/src/live_stream_provider.dart:93:19
╷
93 │ widget.create.init();
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/live_stream_provider.dart
WARNING: The stack trace variable 'stackStaterace' isn't used and can be removed.
lib/src/stream/async_live_stream.dart:54:21
╷
54 │ } catch (error, stackStaterace) {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/stream/async_live_stream.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
nested |
^1.0.0 |
1.0.0 | 1.0.0 | |
provider |
^6.0.4 |
6.1.5+1 | 6.1.5+1 | |
rxdart |
^0.27.5 |
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 | |
meta |
- | 1.17.0 | 1.18.1 | |
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.5` 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.