rxdart 0.28.0 copy "rxdart: ^0.28.0" to clipboard
rxdart: ^0.28.0 copied to clipboard

RxDart is an implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams api.

2.73k
likes
135/ 160
pub points
4.54M
downloads

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

Failed report section
Follow Dart file conventions
25 / 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

Links in `README.md` should be secure. 1 link is insecure.

README.md:210:17

    ╷
210 │ <li>Navigate to <a href="http://localhost:8080/web/index.html">http://localhost:8080/web/index.html</a> in your browser</li>
    │                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
copied to clipboard

Use https URLs instead.

Passed check 5/5 points: Provide a valid CHANGELOG.md

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

Detected license: Apache-2.0.

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

686 out of 692 API elements (99.1 %) have documentation comments.

Some symbols that are missing documentation: rx, rx.DefaultIfEmptyExtension, rx_streams, rx_subjects, rx_transformers.

Failed check 0/10 points: Package has an example and has no issues with screenshots

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/transformers/flat_map.dart:134:15

134/// a Stream<List<String>>. However, you might want to operate on the individual items
    │               ^^^^^^^^^^^^^
    ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/transformers/flat_map.dart

INFO: Angle brackets will be interpreted as HTML.

lib/src/transformers/materialize.dart:59:17

59 │   ///     Stream<int>.fromIterable([1])
   │                 ^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/transformers/materialize.dart

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

Passed check 10/10 points: All of the package dependencies are supported in the latest version

No dependencies.

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.18, Dart 3.7.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
May 25Jun 22Jul 20Aug 17Sep 14Oct 12Nov 9Dec 7Jan 4Feb 10200k400k600k800k1M1.2M>=0.0.0-0 <1.0.0
2.73k
likes
135
points
4.54M
downloads
screenshot

Publisher

verified publisherfluttercommunity.dev

Weekly Downloads

2024.08.10 - 2025.02.22

RxDart is an implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams api.

Repository (GitHub)
Contributing

Topics

#rxdart #reactive-programming #streams #observables #rx

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on rxdart