ui_widgets_utils 1.3.1
ui_widgets_utils: ^1.3.1 copied to clipboard
Widgets and Utilities to enhance UI and UX with dialog windows, spinners and buttons
We analyzed this package 19 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 669903 elements...
Initialized dartdoc with 806 libraries
Generating docs for library widgets/radiobutton_widget.dart from package:ui_widgets_utils/widgets/radiobutton_widget.dart...
Generating docs for library widgets/tab_buttons.dart from package:ui_widgets_utils/widgets/tab_buttons.dart...
Generating docs for library widgets/spinner_cupertino.dart from package:ui_widgets_utils/widgets/spinner_cupertino.dart...
Generating docs for library widgets/dialog_box.dart from package:ui_widgets_utils/widgets/dialog_box.dart...
Generating docs for library widgets/show_cupertino_date_picker.dart from package:ui_widgets_utils/widgets/show_cupertino_date_picker.dart...
[17 more lines]
ERR:
error: file already written at "ui_widgets_utils/index.html"
for symbol ui_widgets_utils: (file:///tmp/pana_VVQSDT/lib/widgets/spinner_cupertino.dart:1:1)
conflicting with file already generated by ui_widgets_utils: (file:///tmp/pana_VVQSDT/lib/widgets/tab_buttons.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'ui_widgets_utils' conflicts with another symbol in the generated path,
and therefore can not be written out. Changing the name, library name,
or class name (if appropriate) of one of the conflicting items can
resolve the conflict. Alternatively, use the @nodoc directive in one
symbol's documentation comment to hide it.
error: file already written at "ui_widgets_utils/ui_widgets_utils-library.html"
[176 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
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 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:131:9
╷
131 │ 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:132:9
╷
132 │ 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.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.