flutter_extended_platform_widgets 8.0.0 copy "flutter_extended_platform_widgets: ^8.0.0" to clipboard
flutter_extended_platform_widgets: ^8.0.0 copied to clipboard

Simplifying the use of both Material and Cupertino widgets with a single widget

10
likes
90/ 160
pub points
49
downloads

We analyzed this package 2 days ago, and awarded it 90 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: flutter_extended_platform_widgets,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

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: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

191 out of 2880 API elements (6.6 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: flutter_extended_platform_widgets, flutter_extended_platform_widgets.CupertinoAlertDialogData, flutter_extended_platform_widgets.CupertinoAlertDialogData.CupertinoAlertDialogData.new, flutter_extended_platform_widgets.CupertinoAlertDialogData.actionScrollController, flutter_extended_platform_widgets.CupertinoAlertDialogData.actions.

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:flutter_extended_platform_widgets/flutter_extended_platform_widgets.dart that imports:
  • package:flutter_extended_platform_widgets/src/platform_switch.dart that imports:
  • package:macos_ui/macos_ui.dart that declares support for platforms: macOS.
Package does not support platform `iOS`.

Because:

  • package:flutter_extended_platform_widgets/flutter_extended_platform_widgets.dart that imports:
  • package:flutter_extended_platform_widgets/src/platform_switch.dart that imports:
  • package:macos_ui/macos_ui.dart that declares support for platforms: macOS.
Package does not support platform `Windows`.

Because:

  • package:flutter_extended_platform_widgets/flutter_extended_platform_widgets.dart that imports:
  • package:flutter_extended_platform_widgets/src/platform_switch.dart that imports:
  • package:macos_ui/macos_ui.dart that declares support for platforms: macOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_extended_platform_widgets/flutter_extended_platform_widgets.dart that imports:
  • package:flutter_extended_platform_widgets/src/platform_switch.dart that imports:
  • package:macos_ui/macos_ui.dart that declares support for platforms: macOS.
Package does not support platform `Web`.

Because:

  • package:flutter_extended_platform_widgets/flutter_extended_platform_widgets.dart that imports:
  • package:flutter_extended_platform_widgets/src/platform_switch.dart that imports:
  • package:macos_ui/macos_ui.dart that declares support for platforms: 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 10 issues. Showing the first 2:

ERROR: The named parameter 'scribbleEnabled' isn't defined.

lib/src/platform_text_field.dart:898:7

    ╷
898 │       scribbleEnabled:
    │       ^^^^^^^^^^^^^^^
    ╵

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

WARNING: The name NavigationPaneItem is shown, but isn't used.

lib/src/platform_tab_scaffold.dart:8:44

  ╷
8 │     show NavigationAppBar, NavigationPane, NavigationPaneItem, NavigationView, PaneItem, PaneItemSeparator, ScaffoldPage;
  │                                            ^^^^^^^^^^^^^^^^^^
  ╵

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

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

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
cupertino_icons ^1.0.8 1.0.8 1.0.8
cupertino_progress_bar ^0.2.0 0.2.0 0.2.0
fluent_ui ^4.11.2 4.12.0 4.12.0
fluentui_system_icons ^1.1.273 1.1.273 1.1.273
macos_ui ^2.1.10 2.2.0 2.2.0
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.1 1.0.1
intl - 0.20.2 0.20.2
macos_window_utils - 1.8.4 1.8.4
material_color_utilities - 0.11.1 0.13.0
math_expressions - 2.7.0 3.0.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
petitparser - 6.1.0 7.0.0
plugin_platform_interface - 2.1.8 2.1.8
recase - 4.1.0 4.1.0
scroll_pos - 0.5.0 0.5.0
vector_math - 2.1.4 2.2.0

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

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:
10
likes
90
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

Simplifying the use of both Material and Cupertino widgets with a single widget

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, cupertino_progress_bar, fluent_ui, fluentui_system_icons, flutter, macos_ui

More

Packages that depend on flutter_extended_platform_widgets