window_decorations 2.0.3 copy "window_decorations: ^2.0.3" to clipboard
window_decorations: ^2.0.3 copied to clipboard

Deprecated, use https://pub.dev/packages/titlebar_buttons

16
likes
130/ 160
pub points
91
downloads

We analyzed this package 2 days ago, and awarded it 130 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

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: window_decorations,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: window_decorations.

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: MPL-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

22 out of 33 API elements (66.7 %) have documentation comments.

Some symbols that are missing documentation: window_decorations, window_decorations.DecoratedCloseButton, window_decorations.DecoratedCloseButton.DecoratedCloseButton.new, window_decorations.DecoratedMaximizeButton, window_decorations.DecoratedMaximizeButton.DecoratedMaximizeButton.new.

Passed check 10/10 points: Package has an example

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

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:window_decorations/window_decorations.dart that imports:
  • package:window_decorations/src/decorated_button.dart that imports:
  • package:window_decorations/src/get_theme.dart that imports:
  • package:gsettings/gsettings.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:window_decorations/window_decorations.dart that imports:
  • package:window_decorations/src/decorated_button.dart that imports:
  • package:window_decorations/src/get_theme.dart that imports:
  • package:gsettings/gsettings.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:window_decorations/window_decorations.dart that imports:
  • package:window_decorations/src/decorated_button.dart that imports:
  • package:window_decorations/src/get_theme.dart that imports:
  • package:gsettings/gsettings.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:window_decorations/window_decorations.dart that imports:
  • package:window_decorations/src/decorated_button.dart that imports:
  • package:window_decorations/src/get_theme.dart that imports:
  • package:gsettings/gsettings.dart that declares support for platforms: Linux.
Package does not support platform `Web`.

Because:

  • package:window_decorations/window_decorations.dart that imports:
  • package:window_decorations/src/decorated_button.dart that imports:
  • package:window_decorations/src/get_theme.dart that imports:
  • package:gsettings/gsettings.dart that declares support for platforms: Linux.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:window_decorations/window_decorations.dart that imports:
  • package:window_decorations/src/decorated_button.dart that imports:
  • package:window_decorations/src/get_theme.dart that imports:
  • package:gsettings/gsettings.dart that imports:
  • package:gsettings/src/gsettings_memory_backend.dart that imports:
  • package:gsettings/src/gsettings_backend.dart that imports:
  • package:dbus/dbus.dart that imports:
  • package:dbus/src/dbus_value.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

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

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: 'describeEnum' is deprecated and shouldn't be used. Use the `name` getter on enums instead. This feature was deprecated after v3.14.0-2.0.pre.

lib/src/decorated_button.dart:172:19

    ╷
172 │                   describeEnum(element).toParamCase(),
    │                   ^^^^^^^^^^^^
    ╵
copied to clipboard

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

INFO: 'describeEnum' is deprecated and shouldn't be used. Use the `name` getter on enums instead. This feature was deprecated after v3.14.0-2.0.pre.

lib/src/decorated_button.dart:177:23

    ╷
177 │     final themeName = describeEnum(type).toParamCase();
    │                       ^^^^^^^^^^^^
    ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/decorated_button.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
change_case >=1.0.1 <2.0.0 1.1.0 2.2.0
dbus >=0.7.1 <1.0.0 0.7.11 0.7.11
flutter_svg >=1.0.0 <2.0.0 1.1.6 2.0.17
gsettings >=0.2.5 <1.0.0 0.2.8 0.2.8
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
path_drawing - 1.0.1 1.0.1
path_parsing - 1.1.0 1.1.0
petitparser - 6.1.0 6.1.0
vector_math - 2.1.4 2.1.4
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `>=1.0.1 <2.0.0` on change_case does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions change_case to update the constraint.

The constraint `>=1.0.0 <2.0.0` on flutter_svg does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions flutter_svg 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 28Jul 26Aug 23Sep 20Oct 18Nov 15Dec 13Jan 10Feb 7Mar 70510152025>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0>=2.0.0-0 <3.0.0
16
likes
130
points
91
downloads

Publisher

verified publisherprateeksu.blogspot.com

Weekly Downloads

2024.09.13 - 2025.03.28

Deprecated, use https://pub.dev/packages/titlebar_buttons

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

change_case, dbus, flutter, flutter_svg, gsettings

More

Packages that depend on window_decorations