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

Widgets collection for flutter applications

0
likes
130/ 160
pub points
56%
popularity

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

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

144 out of 736 API elements (19.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: 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:445:19

    ╷
445 │     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: 'textScaleFactor' is deprecated and shouldn't be used. Use of textScaleFactor was deprecated in preparation for the upcoming nonlinear text scaling support. This feature was deprecated after v3.12.0-2.0.pre.

lib/widgets/pickers/month.picker.dart:85:86

   ╷
85 │         MediaQuery.textScalerOf(context).clamp(maxScaleFactor: _kMaxTextScaleFactor).textScaleFactor;
   │                                                                                      ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/pickers/month.picker.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
equatable ^2.0.5 2.0.5 2.0.5
extensions_pack ^2.2.6 2.2.6 2.2.6
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.19.0
pod_player ^0.2.2 0.2.2 0.2.2
rxdart ^0.27.7 0.27.7 0.28.0
sticky_headers ^0.3.0+2 0.3.0+2 0.3.0+2
youtube_player_iframe ^5.1.2 5.1.3 5.1.3
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.19.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.1.0
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
package_info_plus - 8.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.3.0 6.3.0
url_launcher_android - 6.3.3 6.3.3
url_launcher_ios - 6.3.0 6.3.0
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.2.0 3.2.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.9.1 2.9.1
video_player_android - 2.5.1 2.5.1
video_player_avfoundation - 2.6.1 2.6.1
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.1 2.3.1
wakelock_plus - 1.2.5 1.2.5
wakelock_plus_platform_interface - 1.2.1 1.2.1
web - 0.5.1 0.5.1
webview_flutter - 4.8.0 4.8.0
webview_flutter_android - 3.16.4 3.16.4
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.13.1 3.13.1
win32 - 5.5.1 5.5.1
xml - 6.5.0 6.5.0
youtube_explode_dart - 2.2.1 2.2.1
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.27.7` on rxdart does not support the stable version `0.28.0`, that was published 16 days ago.

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

Try running dart pub upgrade --major-versions rxdart 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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

0
likes
130
pub points
56%
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