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 4 days ago, and awarded it 140 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: 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 679370 elements... Initialized dartdoc with 821 libraries Generating docs for library utils/white_black_foreground.dart from package:ui_widgets_utils/utils/white_black_foreground.dart... Generating docs for library utils/variable_string.dart from package:ui_widgets_utils/utils/variable_string.dart... Generating docs for library utils/custom_scroll_physics.dart from package:ui_widgets_utils/utils/custom_scroll_physics.dart... Generating docs for library widgets/radiobutton_widget.dart from package:ui_widgets_utils/widgets/radiobutton_widget.dart... Generating docs for library widgets/spinner_cupertino.dart from package:ui_widgets_utils/widgets/spinner_cupertino.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/analyzerACGSET/pub-cache/hosted/20260625t134000-dot-dartlang-pub.appspot.com/meta-1.18.0/lib/meta.dart:368:22) 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.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
vector_math |
- | 2.2.0 | 2.4.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.