fluff 0.9.0 copy "fluff: ^0.9.0" to clipboard
fluff: ^0.9.0 copied to clipboard

Fluent design UI for Flutter.

0
likes
80/ 160
pub points
53
downloads

We analyzed this package 3 days ago, and awarded it 80 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Zlib.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:fluff/widgets.dart that imports:
  • package:fluff/src/widgets/widgets.dart that imports:
  • package:fluff/src/widgets/shell/shell.dart that imports:
  • package:fluff/src/widgets/shell/title_bar/title_bar.dart that imports:
  • package:fluff/src/widgets/shell/title_bar/move_window.dart that imports:
  • package:window_manager/window_manager.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:fluff/fluff.dart that imports:
  • package:fluff/widgets.dart that imports:
  • package:fluff/src/widgets/widgets.dart that imports:
  • package:fluff/src/widgets/shell/shell.dart that imports:
  • package:fluff/src/widgets/shell/title_bar/title_bar.dart that imports:
  • package:fluff/src/widgets/shell/title_bar/move_window.dart that imports:
  • package:window_manager/window_manager.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:fluff/fluff.dart that imports:
  • package:fluff/widgets.dart that imports:
  • package:fluff/src/widgets/widgets.dart that imports:
  • package:fluff/src/widgets/shell/shell.dart that imports:
  • package:fluff/src/widgets/shell/title_bar/title_bar.dart that imports:
  • package:fluff/src/widgets/shell/title_bar/move_window.dart that imports:
  • package:window_manager/window_manager.dart that declares support for platforms: Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 5 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: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/src/styles/colors/colors.dart:147:35

    ╷
147 │           secondary: accent.dark1.withOpacity(0.90),
    │                                   ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/styles/colors/colors.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.1.2
window_manager ^0.2.7 0.2.9 0.5.0
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.16.0 1.17.0
path - 1.9.1 1.9.1
screen_retriever - 0.1.9 0.2.0
system_theme_web - 0.0.3 0.0.3
vector_math - 2.1.4 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
53
downloads

Publisher

verified publisherbetakuang.me

Weekly Downloads

Fluent design UI for Flutter.

Repository (GitHub)

Documentation

API reference

License

Zlib (license)

Dependencies

flutter, system_theme, window_manager

More

Packages that depend on fluff