yaru 9.0.0
yaru: ^9.0.0 copied to clipboard
Common flutter widgets useful for building desktop and web applications.
We analyzed this package 5 days 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: MPL-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
1896 out of 2362 API elements (80.3 %) have documentation comments.
Some symbols that are missing documentation: constants, constants.kYaruAppBarHeight, constants.kYaruButtonHeight, constants.kYaruNavigationBarHeight, foundation.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Linux
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:yaru/yaru.dartthat imports:package:yaru/widgets.dartthat imports:package:yaru/src/widgets/yaru_title_bar.dartthat imports:package:yaru_window/yaru_window.dartthat declares support for platforms:Windows,Linux,macOS,Web.
Package does not support platform `iOS`.
Because:
package:yaru/yaru.dartthat imports:package:yaru/widgets.dartthat imports:package:yaru/src/widgets/yaru_title_bar.dartthat imports:package:yaru_window/yaru_window.dartthat declares support for platforms:Windows,Linux,macOS,Web.
Package does not support platform `Windows`.
Because:
package:yaru/yaru.dartthat imports:package:yaru/settings.dartthat imports:package:yaru/src/settings/yaru_settings.dartthat imports:package:yaru/src/settings/settings_service.dartthat imports:package:gsettings/gsettings.dartthat declares support for platforms:Linux.
Package does not support platform `macOS`.
Because:
package:yaru/yaru.dartthat imports:package:yaru/settings.dartthat imports:package:yaru/src/settings/yaru_settings.dartthat imports:package:yaru/src/settings/settings_service.dartthat imports:package:gsettings/gsettings.dartthat declares support for platforms:Linux.
Package does not support platform `Web`.
Because:
package:yaru/yaru.dartthat imports:package:yaru/settings.dartthat imports:package:yaru/src/settings/yaru_settings.dartthat imports:package:yaru/src/settings/settings_service.dartthat imports:package:gsettings/gsettings.dartthat declares support for platforms:Linux.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/src/foundation/yaru_page_controller.dart:17:18
╷
17 │ void _setIndex(value) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/foundation/yaru_page_controller.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
animated_vector |
^0.2.2 |
0.2.2 | 0.2.2 | |
animated_vector_annotations |
^0.2.2 |
0.2.2 | 0.2.2 | |
assorted_layout_widgets |
^11.0.0 |
11.0.0 | 11.0.0 | |
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
dbus |
^0.7.10 |
0.7.11 | 0.7.11 | |
gsettings |
^0.2.8 |
0.2.8 | 0.2.8 | |
gtk |
^2.1.0 |
2.1.0 | 2.1.0 | |
platform |
^3.1.5 |
3.1.6 | 3.1.6 | |
platform_linux |
^0.1.2 |
0.1.2+1 | 0.1.2+1 | |
yaru_window |
^0.2.2 |
0.2.2 | 0.2.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
image |
- | 4.7.2 | 4.7.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
matrix4_transform |
- | 4.0.1 | 4.0.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.0.3 | 6.0.3 | |
screen_retriever |
- | 0.2.0 | 0.2.0 | |
screen_retriever_linux |
- | 0.2.0 | 0.2.0 | |
screen_retriever_macos |
- | 0.2.0 | 0.2.0 | |
screen_retriever_platform_interface |
- | 0.2.0 | 0.2.0 | |
screen_retriever_windows |
- | 0.2.0 | 0.2.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
window_manager |
- | 0.5.1 | 0.5.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaru_window_linux |
- | 0.2.2 | 0.2.2 | |
yaru_window_manager |
- | 0.1.3 | 0.1.3 | |
yaru_window_platform_interface |
- | 0.1.3 | 0.1.3 | |
yaru_window_web |
- | 0.0.4 | 0.0.4 |
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.