pizzacorn_ui 0.0.124
pizzacorn_ui: ^0.0.124 copied to clipboard
Pizzacorn UI: a Flutter design system with configurable theme, typography, colors and reusable UI widgets.
We analyzed this package 16 hours ago, and awarded it 60 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
1704 out of 3132 API elements (54.4 %) have documentation comments.
Some symbols that are missing documentation: pizzacorn_ui, pizzacorn_ui.AdaptiveGlass.AdaptiveGlass.new, pizzacorn_ui.AdaptiveLiquidGlassLayer.AdaptiveLiquidGlassLayer.new, pizzacorn_ui.AddressModel.AddressModel.fromJson, pizzacorn_ui.AddressModel.AddressModel.new.
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 247 issues. Showing the first 2:
ERROR: The getter 'angle_90' isn't defined for the type 'RegularRounded'.
lib/src/utils/uicons_helper.dart:63:25
╷
63 │ 'angle_90': icons.angle_90,
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/uicons_helper.dart
ERROR: The getter 'arrows_repeat_1' isn't defined for the type 'RegularRounded'.
lib/src/utils/uicons_helper.dart:169:32
╷
169 │ 'arrows_repeat_1': icons.arrows_repeat_1,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/uicons_helper.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 | 4.0.0 | |
cloud_firestore |
^6.1.1 |
6.10.0 | 6.10.0 | |
crop_your_image |
^2.0.0 |
2.0.0 | 2.0.0 | |
excel |
^4.0.6 |
4.0.6 | 4.0.6 | |
firebase_auth |
^6.1.0 |
6.7.0 | 6.7.0 | |
firebase_core |
^4.3.0 |
4.15.0 | 4.15.0 | |
firebase_storage |
^13.0.4 |
13.6.0 | 13.6.0 | |
flutter_localization |
^0.3.3 |
0.3.3 | 0.4.1 | |
flutter_riverpod |
^2.6.1 |
2.6.1 | 3.4.3 | |
flutter_svg |
^2.2.3 |
2.3.0 | 2.3.0 | |
google_fonts |
^6.3.2 |
6.3.3 | 8.2.1 | |
google_sign_in |
^6.2.2 |
6.3.0 | 7.2.0 | |
google_sign_in_ios |
^5.7.7 |
5.9.0 | 6.3.3 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.2.1 |
1.2.3 | 1.2.3 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
liquid_glass_widgets |
^0.12.8 |
0.12.8 | 1.5.0 | |
lottie |
^3.1.0 |
3.3.0 | 3.5.1 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 | |
shared_preferences |
^2.5.4 |
2.5.5 | 2.5.5 | |
shimmer |
^3.0.0 |
3.0.0 | 4.0.0 | |
show_up_animation |
^2.1.2 |
2.1.2 | 2.1.2 | |
sign_in_with_apple |
^7.0.1 |
7.0.1 | 8.2.0 | |
skeletonizer |
^2.1.3 |
2.1.3 | 3.0.0 | |
stupid_simple_sheet |
^0.9.1+1 |
0.9.1+1 | 0.9.1+1 | |
tape_slider |
^0.0.2 |
0.0.2 | 0.0.2 | |
uicons_pro |
^1.1.0 |
1.2.0 | 1.2.0 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
video_player |
^2.10.0 |
2.14.0 | 2.14.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 10 issues. Showing the first 2:
The constraint `^3.4.1` on cached_network_image does not support the stable version `4.0.0`, that was published 17 days ago.
When cached_network_image is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions cached_network_image to update the constraint.
The constraint `^0.3.3` on flutter_localization does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions flutter_localization to update the constraint.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.