xfxwidgets 1.10.97 copy "xfxwidgets: ^1.10.97" to clipboard
xfxwidgets: ^1.10.97 copied to clipboard

Complex Custom Widgets.

0
likes
110/ 160
pub points
62%
popularity

We analyzed this package 10 hours ago, and awarded it 110 pub points (of a possible 160):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

failed
Provide documentation
10 / 20trigger folding of the section

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

500 out of 1467 API elements (34.1 %) have documentation comments.

Some symbols that are missing documentation: ImagePainter, ImagePainter.ImagePainter.backImage, ImagePainter.ImagePainter.initialColor, ImagePainter.ImagePainter.initialStrokeWidth, ImagePainter.ImagePainter.isNewNota.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:xfxwidgets/xfxwidgets.dart that imports:
  • package:xfxwidgets/XTabItem.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XElenco.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XFilterEl.dart that imports:
  • package:xcommonwidgets/xcommonwidgets.dart that imports:
  • package:qr_code_scanner/qr_code_scanner.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:xfxwidgets/xfxwidgets.dart that imports:
  • package:xfxwidgets/XTabItem.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XElenco.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XFilterEl.dart that imports:
  • package:xcommonwidgets/xcommonwidgets.dart that imports:
  • package:qr_code_scanner/qr_code_scanner.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:xfxwidgets/xfxwidgets.dart that imports:
  • package:xfxwidgets/XTabItem.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XElenco.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XFilterEl.dart that imports:
  • package:xcommonwidgets/xcommonwidgets.dart that imports:
  • package:qr_code_scanner/qr_code_scanner.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:xfxwidgets/xfxwidgets.dart that imports:
  • package:xfxwidgets/XTabItem.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XElenco.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XFilterEl.dart that imports:
  • package:xcommonwidgets/xcommonwidgets.dart that imports:
  • package:qr_code_scanner/qr_code_scanner.dart that declares support for platforms: Android, iOS.

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:xfxwidgets/xfxwidgets.dart that imports:
  • package:xfxwidgets/XTabItem.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XElenco.dart that imports:
  • package:xfxwidgets/XMediaRecorder.dart that imports:
  • package:xfxwidgets/XF_MAIN/XApp.dart that imports:
  • package:xfxwidgets/XF_MAIN/XAppState.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:xfxwidgets/xfxwidgets.dart that imports:
  • package:xfxwidgets/XTabItem.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XElenco.dart that imports:
  • package:xfxwidgets/XMediaRecorder.dart that imports:
  • package:xfxwidgets/XF_MAIN/XApp.dart that imports:
  • package:xfxwidgets/XF_MAIN/XAppState.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:xfxwidgets/xfxwidgets.dart that imports:
  • package:xfxwidgets/XTabItem.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XElenco.dart that imports:
  • package:xfxwidgets/XF_ELENCO/XFilterEl.dart that imports:
  • package:xtoolspackage/xtoolspackage.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.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 1361 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ImagePainter.xMedia, ImagePainter.payload, ImagePainter.backImage, ImagePainter.isOnlySignature, ImagePainter.readOnly, ImagePainter.onSave, ImagePainter.signature_Width, ImagePainter.signature_Height, ImagePainter.height, ImagePainter.width, ImagePainter.colors, ImagePainter.isNewNota

lib/ImagePainter/ImagePainter.dart:22:7

   ╷
22 │ class ImagePainter extends StatefulWidget {
   │       ^^^^^^^^^^^^
   ╵

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

WARNING: Unused import: 'package:file_picker/file_picker.dart'.

lib/XF_ELENCO/XElenco.dart:9:8

  ╷
9 │ import 'package:file_picker/file_picker.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest
android_intent_plus ^5.0.2 5.1.0 5.1.0
animation_list ^3.0.0 3.0.0 3.0.0
audio_waveforms ^1.0.4 1.0.5 1.0.5
audioplayers ^6.0.06 6.1.0 6.1.0
camera ^0.11.0 0.11.0+2 0.11.0+2
camera_web ^0.3.5 0.3.5 0.3.5
collection ^1.18.0 1.18.0 1.19.0
connectivity_plus ^6.0.3 6.0.5 6.0.5
contacts_service ^0.6.3 0.6.3 0.6.3
curved_navigation_bar ^1.0.3 1.0.6 1.0.6
date_field ^5.0.1 5.2.1 5.2.1
file_picker ^8.1.2 8.1.2 8.1.2
flutter flutter 0.0.0 0.0.0
flutter_cached_pdfview ^0.4.2 0.4.2 0.4.2
flutter_email_sender ^6.0.2 6.0.3 6.0.3
flutter_exif_rotation ^0.5.1 0.5.1 0.5.1
flutter_keyboard_visibility ^6.0.0 6.0.0 6.0.0
flutter_pdfview ^1.3.1 1.3.3 1.3.3
flutter_slidable ^3.0.0 3.1.1 3.1.1
flutter_slidable_panel ^1.1.3 1.1.4 1.1.4
flutter_sound ^9.1.1 9.6.0 9.16.0
flutter_swipe_detector ^2.0.0 2.0.0 2.0.0
go_router ^14.2.7 14.2.7 14.2.7
http ^1.2.1 1.2.2 1.2.2
image ^4.0.17 4.2.0 4.2.0
image_painter ^0.7.1 0.7.1 0.7.1
image_picker ^1.1.1 1.1.2 1.1.2
intl ^0.19.0 0.19.0 0.19.0
observable ^0.24.0 0.24.0 0.24.0
open_file ^3.3.2 3.5.4 3.5.4
path_provider ^2.1.3 2.1.4 2.1.4
permission_handler ^11.3.1 11.3.1 11.3.1
photo_view ^0.15.0 0.15.0 0.15.0
shared_preferences ^2.1.2 2.3.2 2.3.2
syncfusion_flutter_core ^26.2.14 26.2.14 27.1.48
syncfusion_flutter_datagrid ^26.2.14 26.2.14 27.1.48
syncfusion_flutter_gauges ^26.2.14 26.2.14 27.1.48
universal_html ^2.2.4 2.2.4 2.2.4
uuid ^4.5.0 4.5.0 4.5.0
video_player ^2.6.1 2.9.1 2.9.1
video_thumbnail ^0.5.3 0.5.3 0.5.3
wakelock_plus ^1.1.1 1.2.8 1.2.8
xcommonwidgets 1.6.78 1.6.78 1.6.78
xfxbase ^2.6.63 2.6.63 2.6.63
xtoolspackage 1.6.14 1.6.14 1.6.14
zoom_widget ^2.0.1 2.0.1 2.0.1
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
audioplayers_android - 5.0.0 5.0.0
audioplayers_darwin - 6.0.0 6.0.0
audioplayers_linux - 4.0.0 4.0.0
audioplayers_platform_interface - 7.0.0 7.0.0
audioplayers_web - 5.0.1 5.0.1
audioplayers_windows - 4.0.0 4.0.0
boolean_selector - 2.1.1 2.1.1
camera_android_camerax - 0.6.8+3 0.6.8+3
camera_avfoundation - 0.9.17+3 0.9.17+3
camera_platform_interface - 2.8.0 2.8.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
clock - 1.1.1 1.1.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.5 3.0.5
csslib - 1.0.0 1.0.0
dart_internal - 0.2.13 0.2.13
dbus - 0.7.10 0.7.10
dropdown_search - 5.0.6 6.0.0
ffi - 2.1.3 2.1.3
file - 7.0.0 7.0.0
file_selector_linux - 0.9.2+1 0.9.2+1
file_selector_macos - 0.9.4 0.9.4
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+2 0.9.3+2
fixnum - 1.1.0 1.1.0
flutter_cache_manager - 3.4.1 3.4.1
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
flutter_localizations - 0.0.0 0.0.0
flutter_plugin_android_lifecycle - 2.0.22 2.0.22
flutter_sound_platform_interface - 9.6.0 9.16.0
flutter_sound_web - 9.6.0 9.16.0
flutter_web_plugins - 0.0.0 0.0.0
getwidget - 4.0.0 4.0.0
google_fonts - 6.2.1 6.2.1
html - 0.15.4 0.15.4
http_parser - 4.0.2 4.1.0
image_picker_android - 0.8.12+13 0.8.12+13
image_picker_for_web - 3.0.5 3.0.5
image_picker_ios - 0.8.12 0.8.12
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
js - 0.6.7 0.7.1
logger - 2.4.0 2.4.0
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
mime - 1.0.6 1.0.6
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
open_file_android - 1.0.2 1.0.2
open_file_ios - 1.0.2 1.0.2
open_file_linux - 0.0.4 0.0.4
open_file_mac - 1.0.1 1.0.1
open_file_platform_interface - 1.0.2 1.0.2
open_file_web - 0.0.2 0.0.2
open_file_windows - 0.0.2 0.0.2
package_info_plus - 8.0.2 8.0.2
package_info_plus_platform_interface - 3.0.1 3.0.1
path - 1.9.0 1.9.0
path_provider_android - 2.2.10 2.2.10
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 12.0.12 12.0.12
permission_handler_apple - 9.4.5 9.4.5
permission_handler_html - 0.1.3+2 0.1.3+2
permission_handler_platform_interface - 4.2.3 4.2.3
permission_handler_windows - 0.2.1 0.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.2 6.1.2
qr_code_scanner - 1.0.1 1.0.1
quiver - 3.2.2 3.2.2
recase - 4.1.0 4.1.0
resizable_widget - 1.0.5 1.0.5
rxdart - 0.28.0 0.28.0
shared_preferences_android - 2.3.2 2.3.2
shared_preferences_foundation - 2.5.2 2.5.2
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
sqflite - 2.3.3+1 2.3.3+1
sqflite_common - 2.5.4+3 2.5.4+3
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.3.0 1.3.0
synchronized - 3.3.0+2 3.3.0+2
term_glyph - 1.2.1 1.2.1
test_api - 0.7.3 0.7.3
typed_data - 1.3.2 1.3.2
universal_io - 2.2.2 2.2.2
url_launcher - 6.3.0 6.3.0
url_launcher_android - 6.3.10 6.3.10
url_launcher_ios - 6.3.1 6.3.1
url_launcher_linux - 3.2.0 3.2.0
url_launcher_macos - 3.2.0 3.2.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.2 3.1.2
vector_math - 2.1.4 2.1.4
video_player_android - 2.7.3 2.7.3
video_player_avfoundation - 2.6.1 2.6.1
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.2 2.3.2
wakelock_plus_platform_interface - 1.2.1 1.2.1
web - 1.0.0 1.0.0
win32 - 5.5.4 5.5.4
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

Found 3 issues. Showing the first 2:

The constraint `^26.2.14` on syncfusion_flutter_core does not support the stable version `27.1.48`, that was published 2 days ago.

When syncfusion_flutter_core is 30 days old, this package will no longer be awarded points in this category.

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

The constraint `^26.2.14` on syncfusion_flutter_datagrid does not support the stable version `27.1.48`, that was published 2 days ago.

When syncfusion_flutter_datagrid is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions syncfusion_flutter_datagrid 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.22.12, Flutter 3.24.2, Dart 3.5.2.

Check the analysis log for details.