easy_rxdart 0.1.0 copy "easy_rxdart: ^0.1.0" to clipboard
easy_rxdart: ^0.1.0 copied to clipboard

RxDart扩展组件库,提供常用的Stream操作符和工具类封装,简化响应式编程

125/ 160
pub points
27
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

The package description contains too many non-ASCII characters.

The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.

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

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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

1176 out of 1210 API elements (97.2 %) have documentation comments.

Some symbols that are missing documentation: easy_rxdart.ConnectivityUtils.ConnectivityUtils.new, easy_rxdart.DateTimeFormat.DateTimeFormat.new, easy_rxdart.DateTimeUtils.DateTimeUtils.new, easy_rxdart.DebounceUtils.DebounceUtils.new, easy_rxdart.DistinctUtils.DistinctUtils.new.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:easy_rxdart/easy_rxdart.dart that imports:
  • package:easy_rxdart/src/extensions/reactive/permission_reactive_extensions.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `macOS`.

Because:

  • package:easy_rxdart/easy_rxdart.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity_utils.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity_status.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package not compatible with platform Web

Because:

  • package:easy_rxdart/easy_rxdart.dart that imports:
  • package:easy_rxdart/src/utils/timer/timer.dart that imports:
  • package:easy_rxdart/src/utils/timer/easy_timer.dart that imports:
  • package:easy_rxdart/src/utils/timer/timer_group_manager.dart that imports:
  • dart:isolate

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:easy_rxdart/easy_rxdart.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity_utils.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity_status.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:easy_rxdart/easy_rxdart.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity_utils.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity_status.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:easy_rxdart/easy_rxdart.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity_utils.dart that imports:
  • package:easy_rxdart/src/utils/connectivity/connectivity_status.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
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 130 issues. Showing the first 2:

INFO: Use the generic function type syntax in 'typedef's.

lib/src/core/easy_model/easy_consumer.dart:5:16

  ╷
5 │ typedef Widget EasyConsumerBuilderFunc(
  │                ^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/easy_model/easy_consumer.dart

INFO: The null check operator shouldn't be used on a variable whose type is a potentially nullable type parameter.

lib/src/core/easy_model/easy_consumer_state_builder.dart:139:50

    ╷
139 │           return dataBuilder!(context, state.data!, child);
    │                                                  ^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/easy_model/easy_consumer_state_builder.dart

Failed report section
Support up-to-date dependencies
30 / 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
connectivity_plus ^5.0.2 5.0.2 7.3.1
dio ^5.4.0 5.11.1 5.11.1
easy_localization ^3.0.3 3.0.8 3.0.8
flutter_riverpod ^3.0.3 3.4.3 3.4.3
image_picker ^1.0.4 1.2.3 1.2.3
intl ^0.20.2 0.20.3 0.20.3
permission_handler ^12.0.0 12.0.3 13.0.2
rxdart ^0.28.0 0.28.0 0.28.0
shared_preferences ^2.2.2 2.5.5 2.5.5
uuid ^4.5.1 4.6.0 4.6.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 1.2.4 2.1.0
cross_file - 0.3.5+5 0.3.5+5
crypto - 3.0.7 3.0.7
dbus - 0.7.15 0.8.0
dio_web_adapter - 2.2.2 2.2.2
easy_logger - 0.0.2 0.0.2
fake_async - 1.3.3 1.3.3
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
file_selector_linux - 0.9.4+1 0.9.4+1
file_selector_macos - 0.9.5+1 0.9.5+1
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+6 0.9.3+6
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.35 2.0.35
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+23 0.8.13+23
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+7 0.8.13+7
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
js - 0.6.7 0.7.2 Discontinued
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
listen - 1.0.1 1.0.1
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.1.0 2.1.0
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 13.0.1 14.1.0
permission_handler_apple - 9.6.1 9.6.1
permission_handler_html - 0.1.4+1 0.1.4+1
permission_handler_platform_interface - 4.4.1 4.4.1
permission_handler_windows - 0.2.2 0.2.2
petitparser - 7.0.2 7.0.2
platform - 3.2.0 3.2.0
plugin_platform_interface - 2.1.8 2.1.8
riverpod - 3.4.3 3.4.3
shared_preferences_android - 2.4.28 2.4.28
shared_preferences_foundation - 2.5.7 2.5.7
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
state_notifier - 1.0.0 1.0.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.12 0.7.14
typed_data - 1.4.0 1.4.0
vector_math - 2.4.2 2.4.2
vm_service - 15.3.0 15.3.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 7.0.1 7.0.1
yaml - 3.1.4 3.1.4

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

The constraint `^5.0.2` on connectivity_plus does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.

The constraint `^12.0.0` on permission_handler does not support the stable version `13.0.0`.

Try running dart pub upgrade --major-versions permission_handler to update the constraint.

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.23.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
125
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

RxDart扩展组件库,提供常用的Stream操作符和工具类封装,简化响应式编程

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, dio, easy_localization, flutter, flutter_riverpod, image_picker, intl, permission_handler, rxdart, shared_preferences, uuid

More

Packages that depend on easy_rxdart