fossui 0.1.2
fossui: ^0.1.2 copied to clipboard
The Fresh, Minimal Flutter UI kit, 39 components. No app shell required. Inspired by coss.com/ui, Cal.com's design system.
We analyzed this package 39 hours ago, and awarded it 150 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
1138 out of 1145 API elements (99.4 %) have documentation comments.
Some symbols that are missing documentation: Feedback, Inputs, Layout, Overlays, Typography.
10/10 points: Package has an example and has no issues with screenshots
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 15 issues. Showing the first 2:
INFO: Unnecessary use of 'unawaited'.
lib/src/components/combobox/_foss_combobox_popup.dart:92:5
╷
92 │ unawaited(_animation.forward(from: _reduceMotion ? 1 : 0));
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/combobox/_foss_combobox_popup.dart
INFO: Unnecessary use of 'unawaited'.
lib/src/components/date_picker/foss_date_picker.dart:402:7
╷
402 │ unawaited(Navigator.of(context, rootNavigator: true).maybePop());
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/date_picker/foss_date_picker.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
theme_tailor_annotation |
^3.1.3 |
3.1.3 | 4.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
vector_math |
- | 2.4.2 | 2.4.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.1.3` on theme_tailor_annotation does not support the stable version `4.0.0`, that was published 6 days ago.
When theme_tailor_annotation is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions theme_tailor_annotation 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.
