yust_ui 3.29.1
yust_ui: ^3.29.1 copied to clipboard
Awesome UI widgets for yust.
We analyzed this package 4 days ago, and awarded it 90 pub points (of a possible 160):
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.
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-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
202 out of 659 API elements (30.7 %) have documentation comments.
Some symbols that are missing documentation: yust_ui
, yust_ui.AlertCheckListResult.AlertCheckListResult.new
, yust_ui.AlertCheckListResult.confirmed
, yust_ui.AlertCheckListResult.result
, yust_ui.AlertResult.AlertResult.new
.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:yust_ui/yust_ui.dart
that imports:package:yust_ui/src/services/yust_location_service.dart
that imports:package:yust_ui/src/dialogs/yust_location_dialog.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:yust_ui/yust_ui.dart
that imports:package:yust_ui/src/services/yust_location_service.dart
that imports:package:yust_ui/src/dialogs/yust_location_dialog.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:yust_ui/yust_ui.dart
that imports:package:yust_ui/src/services/yust_location_service.dart
that imports:package:yust_ui/src/dialogs/yust_location_dialog.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:yust_ui/yust_ui.dart
that imports:package:yust_ui/src/services/yust_location_service.dart
that imports:package:yust_ui/src/dialogs/yust_location_dialog.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:yust_ui/yust_ui.dart
that imports:package:yust_ui/src/services/yust_location_service.dart
that imports:package:yust_ui/src/dialogs/yust_location_dialog.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
Package does not support platform `Web`.
Because:
package:yust_ui/yust_ui.dart
that imports:package:yust_ui/src/services/yust_location_service.dart
that imports:package:yust_ui/src/dialogs/yust_location_dialog.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_apple/geolocator_apple.dart
that declares support for platforms:iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:yust_ui/yust_ui.dart
that imports:package:yust_ui/src/services/yust_location_service.dart
that imports:package:yust/yust.dart
that imports:package:yust/src/yust.dart
that imports:package:yust/src/util/google_cloud_helpers.dart
that imports:package:yust/src/util/google_cloud_helpers_flutter.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full 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 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/src/widgets/yust_select_form.dart:209:7
╷
209 │ groupValue: widget.selectedValues.firstOrNull,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/yust_select_form.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/src/widgets/yust_select_form.dart:211:7
╷
211 │ onChanged: (value) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/yust_select_form.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
cloud_firestore |
^6.0.0 |
6.0.2 | 6.0.2 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
connectivity_plus |
^6.1.5 |
6.1.5 | 7.0.0 | |
crypto |
^3.0.6 |
3.0.6 | 3.0.6 | |
dio |
^5.9.0 |
5.9.0 | 5.9.0 | |
dotted_border |
^3.1.0 |
3.1.0 | 3.1.0 | |
file_picker |
^8.1.7 |
8.3.7 | 10.3.3 | |
firebase_ui_firestore |
^2.0.0 |
2.0.0 | 2.0.0 | |
flutter_dropzone |
^4.2.1 |
4.2.1 | 4.2.1 | |
flutter_easyloading |
^3.0.5 |
3.0.5 | 3.0.5 | |
flutter_painter |
^1.0.1 |
1.0.1 | 1.0.1 | |
geocoding |
^4.0.0 |
4.0.0 | 4.0.0 | |
geolocator |
^14.0.2 |
14.0.2 | 14.0.2 | |
http |
^1.5.0 |
1.5.0 | 1.5.0 | |
image |
^4.5.2 |
4.5.4 | 4.5.4 | |
image_picker |
^1.1.2 |
1.2.0 | 1.2.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
keyboard_name |
^0.0.1 |
0.0.1 | 0.0.1 | |
mask_text_input_formatter |
^2.9.0 |
2.9.0 | 2.9.0 | |
open_filex |
^4.7.0 |
4.7.0 | 4.7.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 | |
share_plus |
^11.1.0 |
11.1.0 | 12.0.0 | |
shared_preferences |
^2.5.3 |
2.5.3 | 2.5.3 | |
url_launcher |
^6.0.2 |
6.3.2 | 6.3.2 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 | |
yust |
^3.29.0 |
3.29.5 | 3.29.5 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^6.1.5` on connectivity_plus does not support the stable version `7.0.0`, that was published 14 days ago.
When connectivity_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions connectivity_plus
to update the constraint.
The constraint `^8.1.7` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
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 2 errors:
UNDEFINED_METHOD
-lib/src/util/yust_file_handler.dart:530:35
- The method 'canLaunchUrl' isn't defined for the type 'YustFileHandler'.UNDEFINED_METHOD
-lib/src/util/yust_file_handler.dart:531:13
- The method 'launchUrl' isn't defined for the type 'YustFileHandler'.
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.22.23
, Flutter 3.35.4
, Dart 3.9.2
.
Check the analysis log for details.