ui_widgets_utils 1.3.2
ui_widgets_utils: ^1.3.2 copied to clipboard
Widgets and Utilities to enhance UI and UX with dialog windows, spinners and buttons
We analyzed this package 14 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.andrioussolutions.com was unreachable. Make sure that the website is reachable via HEAD requests.
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: BSD-2-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting ui_widgets_utils... Discovering libraries... Linking elements... Precaching local docs for 681135 elements... Initialized dartdoc with 822 libraries Generating docs for library ui_widgets_utils.dart from package:ui_widgets_utils/ui_widgets_utils.dart... Generating docs for library tab_buttons.dart from package:ui_widgets_utils/tab_buttons.dart... Generating docs for library radiobutton_widget.dart from package:ui_widgets_utils/radiobutton_widget.dart... Generating docs for library custom_scroll_physics.dart from package:ui_widgets_utils/custom_scroll_physics.dart... Generating docs for library white_black_foreground.dart from package:ui_widgets_utils/white_black_foreground.dart... [17 more lines] ERR: warning: ambiguous reexport of ui_widgets_utils.mustCallSuper, canonicalization candidates: (cupertino, foundation, material, ..., ui_widgets_utils, ui_widgets_utils) -> ui_widgets_utils (confide[...] from ui_widgets_utils.mustCallSuper: (file:///tmp/analyzerPFVGEA/pub-cache/hosted/20260819t082900-dot-dartlang-pub.appspot.com/meta-1.19.0/lib/meta.dart:410:14) cupertino: 0.01000 - (_Reason.longName (+0.01000)) foundation: 0.01000 - (_Reason.longName (+0.01000)) material: 0.01000 - (_Reason.longName (+0.01000)) widgets: 0.01000 - (_Reason.longName (+0.01000)) ui_widgets_utils: 2.010 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000)) ui_widgets_utils: 2.010 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000)) ui_widgets_utils: 2.010 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000)) Use {@canonicalFor ui_widgets_utils.mustCallSuper} in the desired [201 more lines]
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: 'groupValue' is deprecated and shouldn't be used. Use a RadioGroup ancestor to manage group value instead. This feature was deprecated after v3.32.0-0.0.pre.
lib/widgets/radiobutton_widget.dart:127:9
╷
127 │ groupValue: controller.groupValue,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/radiobutton_widget.dart
INFO: 'onChanged' is deprecated and shouldn't be used. Use RadioGroup to handle value change instead. This feature was deprecated after v3.32.0-0.0.pre.
lib/widgets/radiobutton_widget.dart:128:9
╷
128 │ onChanged: controller.disabled ? null : controller.onChanged,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/radiobutton_widget.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
vector_math |
- | 2.4.2 | 2.4.2 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.