fluff 0.9.0
fluff: ^0.9.0 copied to clipboard
Fluent design UI for Flutter.
We analyzed this package 4 days ago, and awarded it 80 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.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/beta/fluff was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/beta/fluff was unreachable. Make sure that the website is reachable via HEAD requests.
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: Zlib.
10/10 points: 20% or more of the public API has dartdoc comments
1466 out of 1601 API elements (91.6 %) have documentation comments.
Some symbols that are missing documentation: fluff, fluff.AccentColors, fluff.AccentColors.AccentColors.new, fluff.AccentColors.base, fluff.AccentColors.dark1.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:fluff/fluff.dartthat imports:package:fluff/widgets.dartthat imports:package:fluff/src/widgets/widgets.dartthat imports:package:fluff/src/widgets/shell/shell.dartthat imports:package:fluff/src/widgets/shell/title_bar/title_bar.dartthat imports:package:fluff/src/widgets/shell/title_bar/move_window.dartthat imports:package:window_manager/window_manager.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:fluff/fluff.dartthat imports:package:fluff/widgets.dartthat imports:package:fluff/src/widgets/widgets.dartthat imports:package:fluff/src/widgets/shell/shell.dartthat imports:package:fluff/src/widgets/shell/title_bar/title_bar.dartthat imports:package:fluff/src/widgets/shell/title_bar/move_window.dartthat imports:package:window_manager/window_manager.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `Web`.
Because:
package:fluff/fluff.dartthat imports:package:fluff/widgets.dartthat imports:package:fluff/src/widgets/widgets.dartthat imports:package:fluff/src/widgets/shell/shell.dartthat imports:package:fluff/src/widgets/shell/title_bar/title_bar.dartthat imports:package:fluff/src/widgets/shell/title_bar/move_window.dartthat imports:package:window_manager/window_manager.dartthat declares support for platforms:Windows,Linux,macOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
ERROR: The getter 'isDarkMode' isn't defined for the type 'SystemTheme'.
lib/src/app.dart:117:30
╷
117 │ _useDark = SystemTheme.isDarkMode;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/app.dart
INFO: Missing type annotation.
lib/src/styles/colors/colors.dart:48:10
╷
48 │ static init({required isDark, required AccentColors accent}) {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/styles/colors/colors.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
system_theme |
^2.0.0 |
2.3.1 | 3.2.0 | |
window_manager |
^0.2.7 |
0.2.9 | 0.5.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
screen_retriever |
- | 0.1.9 | 0.2.0 | |
system_theme_web |
- | 0.0.4 | 0.0.4 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.0.0` on system_theme does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions system_theme to update the constraint.
The constraint `^0.2.7` on window_manager does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions window_manager 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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.