adp_desktop 0.0.5 copy "adp_desktop: ^0.0.5" to clipboard
adp_desktop: ^0.0.5 copied to clipboard

Implements AdaptiveUi for Windows and Macos in Flutter.

115/ 160
pub points
31
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:602:67

    ╷
602 │ making it suitable for various application designs and platforms. <a href="http://github.com/Abbas1Hussein/adp_desktop/blob/master/example/lib/src/view/screens/home/tabs/navigation/navigation_view.dart">View full example</a></p>
    │                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

Use https URLs instead.

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

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

Detected license: MIT.

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

11340 out of 11850 API elements (95.7 %) have documentation comments.

Some symbols that are missing documentation: adp_desktop, adp_desktop.ActivateAction.ActivateAction.new, adp_desktop.AdaptiveActionButton, adp_desktop.AdaptiveActionButton.AdaptiveActionButton.new, adp_desktop.AdaptiveActionCustomItem.

Passed check 10/10 points: Package has an example

Passed 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:adp_desktop/adp_desktop.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:adp_desktop/adp_desktop.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:adp_desktop/adp_desktop.dart that declares support for platforms: Windows, Linux, macOS.

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

Package does not support platform `Windows`.

Because:

  • package:adp_desktop/adp_desktop.dart that imports:
  • package:adp_desktop/src/core/core.dart that imports:
  • package:adp_desktop/src/core/common/construct/component.dart that imports:
  • package:adp_desktop/src/core/common/construct/component_mixin.dart that imports:
  • package:macos_ui/macos_ui.dart that declares support for platforms: macOS.
Package does not support platform `Linux`.

Because:

  • package:adp_desktop/adp_desktop.dart that imports:
  • package:adp_desktop/src/core/core.dart that imports:
  • package:adp_desktop/src/core/common/construct/component.dart that imports:
  • package:adp_desktop/src/core/common/construct/component_mixin.dart that imports:
  • package:macos_ui/macos_ui.dart that declares support for platforms: macOS.
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

Found 8 issues. Showing the first 2:

INFO: Missing type annotation.

lib/src/components/app/app.dart:464:24

    ╷
464 │   Widget _macosBuilder(context, child) {
    │                        ^^^^^^^
    ╵

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

INFO: Missing type annotation.

lib/src/components/app/app.dart:464:33

    ╷
464 │   Widget _macosBuilder(context, child) {
    │                                 ^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
fluent_ui ^4.8.5 4.13.0 4.13.0
fluentui_system_icons ^1.1.224 1.1.273 1.1.273
macos_ui ^2.0.5 2.2.2 2.2.2
window_manager ^0.3.7 0.3.9 0.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
appkit_ui_element_colors - 1.0.1 1.0.1
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
equatable - 2.0.7 2.0.7
gradient_borders - 1.0.2 1.0.2
intl - 0.20.2 0.20.2
macos_window_utils - 1.9.0 1.9.0
material_color_utilities - 0.11.1 0.13.0
math_expressions - 2.7.0 3.1.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
petitparser - 6.1.0 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
recase - 4.1.0 4.1.0
screen_retriever - 0.1.9 0.2.0
scroll_pos - 0.5.0 0.5.0
vector_math - 2.2.0 2.2.0

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

The constraint `^0.3.7` on window_manager does not support the stable version `0.4.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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 63 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/components/buttons/back_button.dart:51:26 - The argument type 'WidgetStateProperty<Color?>?' can't be assigned to the parameter type 'ButtonState<Color?>?'.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/components/buttons/button/base_button.dart:92:14 - The argument type 'WidgetStateProperty<ShapeBorder?>' can't be assigned to the parameter type 'ButtonState<ShapeBorder?>?'.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/components/buttons/button/base_button.dart:93:24 - The argument type 'WidgetStateProperty

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: