widgets_pack 0.4.9 widgets_pack: ^0.4.9 copied to clipboard
Widgets collection for flutter applications
We analyzed this package 15 hours ago, and awarded it 110 pub points (of a possible 160):
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.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
166 out of 839 API elements (19.8 %) 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: actions
, actions.AppAction
, actions.AppAction.AppAction
, actions.AppAction.icon
, actions.AppAction.label
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:widgets_pack/widgets_pack.dart
that imports:package:widgets_pack/widgets/widgets.dart
that imports:package:widgets_pack/widgets/video_player.dart
that imports:package:youtube_player_iframe/youtube_player_iframe.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:widgets_pack/widgets_pack.dart
that imports:package:widgets_pack/widgets/widgets.dart
that imports:package:widgets_pack/widgets/video_player.dart
that imports:package:youtube_player_iframe/youtube_player_iframe.dart
that declares support for platforms:Android
,iOS
,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:widgets_pack/widgets_pack.dart
that imports:package:widgets_pack/widgets/widgets.dart
that imports:package:widgets_pack/widgets/video_player.dart
that imports:package:youtube_player_iframe/youtube_player_iframe.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player_scaffold.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player.dart
that imports:package:youtube_player_iframe/src/controller/youtube_player_controller.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `iOS`.
Because:
package:widgets_pack/widgets_pack.dart
that imports:package:widgets_pack/widgets/widgets.dart
that imports:package:widgets_pack/widgets/video_player.dart
that imports:package:youtube_player_iframe/youtube_player_iframe.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player_scaffold.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player.dart
that imports:package:youtube_player_iframe/src/controller/youtube_player_controller.dart
that imports:package:webview_flutter_android/webview_flutter_android.dart
that declares support for platforms:Android
.
Package does not support platform `macOS`.
Because:
package:widgets_pack/widgets_pack.dart
that imports:package:widgets_pack/widgets/widgets.dart
that imports:package:widgets_pack/widgets/video_player.dart
that imports:package:youtube_player_iframe/youtube_player_iframe.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player_scaffold.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player.dart
that imports:package:youtube_player_iframe/src/controller/youtube_player_controller.dart
that imports:package:webview_flutter_android/webview_flutter_android.dart
that declares support for platforms:Android
.
Package does not support platform `Web`.
Because:
package:widgets_pack/widgets_pack.dart
that imports:package:widgets_pack/widgets/widgets.dart
that imports:package:widgets_pack/widgets/video_player.dart
that imports:package:youtube_player_iframe/youtube_player_iframe.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player_scaffold.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player.dart
that imports:package:youtube_player_iframe/src/controller/youtube_player_controller.dart
that imports:package:youtube_player_iframe/src/controller/youtube_player_event_handler.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:widgets_pack/widgets_pack.dart
that imports:package:widgets_pack/widgets/widgets.dart
that imports:package:widgets_pack/widgets/video_player.dart
that imports:package:youtube_player_iframe/youtube_player_iframe.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player_scaffold.dart
that imports:package:youtube_player_iframe/src/widgets/youtube_player.dart
that imports:package:youtube_player_iframe/src/controller/youtube_player_controller.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that imports:package:webview_flutter_wkwebview/src/webkit_webview_platform.dart
that imports:package:webview_flutter_wkwebview/src/webkit_webview_cookie_manager.dart
that imports:package:webview_flutter_wkwebview/src/webkit_proxy.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 29 issues. Showing the first 2:
WARNING: The value of the field '_shortcuts' isn't used.
lib/widgets/fields/dropdown_field.dart:89:47
╷
89 │ static const Map<ShortcutActivator, Intent> _shortcuts = <ShortcutActivator, Intent>{
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/fields/dropdown_field.dart
WARNING: The value of the field '_actionMap' isn't used.
lib/widgets/fields/dropdown_field.dart:118:48
╷
118 │ late final Map<Type, CallbackAction<Intent>> _actionMap = <Type, CallbackAction<Intent>>{
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/fields/dropdown_field.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
chewie |
^1.8.5 |
1.8.5 | 1.8.5 |
equatable |
^2.0.5 |
2.0.5 | 2.0.5 |
extensions_pack |
^2.4.2 |
2.4.2 | 2.4.2 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_spinkit |
^5.2.1 |
5.2.1 | 5.2.1 |
intl |
^0.19.0 |
0.19.0 | 0.20.0 |
linked_scroll_controller |
^0.2.0 |
0.2.0 | 0.2.0 |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 |
skeletonizer |
^1.4.2 |
1.4.2 | 1.4.2 |
sticky_headers |
^0.3.0+2 |
0.3.0+2 | 0.3.0+2 |
two_dimensional_scrollables |
^0.3.3 |
0.3.3 | 0.3.3 |
video_player |
^2.9.2 |
2.9.2 | 2.9.2 |
visibility_detector |
^0.4.0+2 |
0.4.0+2 | 0.4.0+2 |
youtube_player_flutter |
^9.1.1 |
9.1.1 | 9.1.1 |
youtube_player_iframe |
^5.2.0 |
5.2.1 | 5.2.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`, that was published 3 days ago.
When intl is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions intl
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.