rxflutterify 0.0.2
rxflutterify: ^0.0.2 copied to clipboard
A library built on top of Flutter that allows all widgets to automatically rebuild when their input streams emit events, making state management easier and more efficient.
We analyzed this package 32 hours ago, and awarded it 50 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting rxflutterify... Discovering libraries... Linking elements... Precaching local docs for 680825 elements... Initialized dartdoc with 1161 libraries Generating docs for library material/circle_avatar.dart from package:rxflutterify/material/circle_avatar.dart... Generating docs for library material/snack_bar.dart from package:rxflutterify/material/snack_bar.dart... Generating docs for library material/desktop_text_selection_toolbar_button.dart from package:rxflutterify/material/desktop_text_selection_toolbar_button.dart... Generating docs for library material/input_chip.dart from package:rxflutterify/material/input_chip.dart... Generating docs for library material/navigation_bar.dart from package:rxflutterify/material/navigation_bar.dart... [282 more lines] ERR: warning: rxflutterify has no library level documentation comments from rxflutterify: (file:///tmp/pana_YJVEGH/lib/material/circle_avatar.dart:1:1) warning: rxflutterify has no library level documentation comments from rxflutterify: (file:///tmp/pana_YJVEGH/lib/material/snack_bar.dart:1:1) error: file already written at "rxflutterify/index.html" for symbol rxflutterify: (file:///tmp/pana_YJVEGH/lib/material/snack_bar.dart:1:1) conflicting with file already generated by rxflutterify: (file:///tmp/pana_YJVEGH/lib/material/circle_avatar.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'rxflutterify' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [3140 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 25 issues. Showing the first 2:
ERROR: 'T' doesn't conform to the bound 'Object' of the type parameter 'T'.
lib/cupertino/sliding_segmented_control.dart:57:67
╷
57 │ builder: (args) => _i1.CupertinoSlidingSegmentedControl<T>(
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/cupertino/sliding_segmented_control.dart
ERROR: The named parameter 'iconAlignment' isn't defined.
lib/material/elevated_button.dart:93:13
╷
93 │ iconAlignment: args('iconAlignment'),
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/material/elevated_button.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
rxdart |
^0.28.0 |
0.28.0 | 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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 17 errors:
TYPE_ARGUMENT_NOT_MATCHING_BOUNDS-lib/cupertino/sliding_segmented_control.dart:57:67- 'T' doesn't conform to the bound 'Object' of the type parameter 'T'.UNDEFINED_NAMED_PARAMETER-lib/material/elevated_button.dart:93:13- The named parameter 'iconAlignment' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/material/filled_button.dart:93:13- The named parameter 'iconAlignment' isn't defined.
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.10, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.