senior_design_system 11.0.3
senior_design_system: ^11.0.3 copied to clipboard
All of our Senior design system components for building mobile apps.
We analyzed this package 12 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-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
1236 out of 2650 API elements (46.6 %) have documentation comments.
Some symbols that are missing documentation: _backdrop_dark, _backdrop_light, _backdrop_wiipo, _balance_dark, _balance_light.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:senior_design_system/senior_design_system.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:senior_design_system/senior_design_system.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:senior_design_system/senior_design_system.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:senior_design_system/senior_design_system.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 149 issues. Showing the first 2:
INFO: Missing type annotation.
lib/components/senior_backdrop/senior_backdrop_widget.dart:306:26
╷
306 │ void setStateIfMounted(function) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/senior_backdrop/senior_backdrop_widget.dart
INFO: 'couterBackgroundColor' is deprecated and shouldn't be used. Use counterBackgroundColor instead.
lib/components/senior_badge/senior_badge_widget.dart:169:41
╷
169 │ couterBackgroundColor: widget.couterBackgroundColor,
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/senior_badge/senior_badge_widget.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_image_compress |
^2.3.0 |
2.4.0 | 2.4.0 | |
flutter_rating_bar |
^4.0.1 |
4.0.1 | 4.0.1 | |
flutter_svg |
^2.0.14 |
2.2.3 | 2.2.3 | |
font_awesome_flutter |
^10.8.0 |
10.12.0 | 10.12.0 | |
image_cropper |
^10.0.0 |
10.0.0+1 | 11.0.0 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
pin_code_text_field |
^1.8.0 |
1.8.0 | 1.8.0 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
senior_design_tokens |
^4.0.0 |
4.0.0 | 4.0.0 | |
signature |
^6.3.0 |
6.3.0 | 6.3.0 | |
table_calendar |
^3.1.2 |
3.2.0 | 3.2.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^10.0.0` on image_cropper does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions image_cropper 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.