widgets_pack 0.1.3 copy "widgets_pack: ^0.1.3" to clipboard
widgets_pack: ^0.1.3 copied to clipboard

Widgets collection for flutter applications

0
likes
100/ 140
pub points
63%
popularity

We analyzed this package 20 hours ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 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.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` 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.

partial
Provide documentation
10 / 20trigger folding of the section

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

140 out of 710 API elements (19.7 %) 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.

Some symbols that are missing documentation: button.config, button.config.AppButtonConfig, button.config.AppButtonConfig.AppButtonConfig, button.config.AppButtonConfig.AppButtonConfig.child, button.config.AppButtonConfig.child.

10/10 points: Package has an example

OK
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: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, 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, Web.
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 declares support for platforms: Android, iOS, Web.
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.

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.
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.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 20 issues. Showing the first 2:

INFO: Uses 'await' on an instance of 'List

lib/widgets/fields/chips_text_field.dart:405:19

    ╷
405 │     final items = await fetcher.items;
    │                   ^^^^^
    ╵

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

INFO: Uses 'await' on an instance of 'List

lib/widgets/fields/dropdown_field.dart:102:19

    ╷
102 │     final items = await fetcher.items;
    │                   ^^^^^
    ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
equatable ^2.0.5 2.0.5 2.0.5
extensions_pack ^2.2.2 2.2.3 2.2.3
flutter flutter 0.0.0 0.0.0
flutter_spinkit ^5.2.1 5.2.1 5.2.1
intl ^0.18.1 0.18.1 0.19.0
pod_player ^0.2.1 0.2.2 0.2.2
rxdart ^0.27.7 0.27.7 0.27.7
sticky_headers ^0.3.0+2 0.3.0+2 0.3.0+2
youtube_player_iframe ^5.1.2 5.1.2 5.1.2
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
csslib - 1.0.0 1.0.0
dbus - 0.7.10 0.7.10
ffi - 2.1.2 2.1.2
flutter_web_plugins - 0.0.0 0.0.0
freezed_annotation - 2.4.1 2.4.1
get - 4.6.6 4.6.6
html - 0.15.4 0.15.4
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
package_info_plus - 7.0.0 8.0.0
package_info_plus_platform_interface - 3.0.0 3.0.0
path - 1.9.0 1.9.0
petitparser - 6.0.2 6.0.2
plugin_platform_interface - 2.1.8 2.1.8
recase - 4.1.0 4.1.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_html - 2.2.4 2.2.4
universal_io - 2.2.2 2.2.2
url_launcher - 6.2.6 6.2.6
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
vector_math - 2.1.4 2.1.4
video_player - 2.8.6 2.8.6
video_player_android - 2.4.14 2.4.14
video_player_avfoundation - 2.5.7 2.5.7
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.0 2.3.0
wakelock_plus - 1.2.4 1.2.4
wakelock_plus_platform_interface - 1.2.1 1.2.1
web - 0.5.1 0.5.1
webview_flutter - 4.7.0 4.7.0
webview_flutter_android - 3.16.1 3.16.1
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.13.0 3.13.0
win32 - 5.5.0 5.5.0
xml - 6.5.0 6.5.0
youtube_explode_dart - 2.2.0 2.2.0
youtube_player_iframe_web - 3.0.2 3.0.2

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

The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

0
likes
100
pub points
63%
popularity

Publisher

unverified uploader

Widgets collection for flutter applications

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, extensions_pack, flutter, flutter_spinkit, intl, pod_player, rxdart, sticky_headers, youtube_player_iframe

More

Packages that depend on widgets_pack