easy_widgets 0.0.7 copy "easy_widgets: ^0.0.7" to clipboard
easy_widgets: ^0.0.7 copied to clipboard

Simplified most used widget & Mixins and access to extenstion that makes your code cleaner and shorter.

8
likes
140/ 160
pub points
30
downloads

We analyzed this package 5 days ago, and awarded it 140 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

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: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

109 out of 222 API elements (49.1 %) have documentation comments.

Some symbols that are missing documentation: easy_widget, easy_widget.EasyWidget, easy_widget.EasyWidget.initiate, easy_widget_enum, easy_widget_enum.EasySwipeDirection.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:easy_widgets/easy_widget.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:easy_widgets/easy_widget.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:easy_widgets/easy_widget.dart that declares support for platforms: Android, iOS, Web.

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:easy_widgets/easy_widget.dart that imports:
  • package:easy_widgets/widgets.dart that imports:
  • package:easy_widgets/easy_widget_extensions.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:easy_widgets/easy_widget.dart that imports:
  • package:easy_widgets/widgets.dart that imports:
  • package:easy_widgets/easy_widget_extensions.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 19 issues. Showing the first 2:

INFO: The import of 'easy_widget_enum.dart' is unnecessary because all of the used elements are also provided by the import of 'easy_widget.dart'.

lib/easy_widget_mixin.dart:5:8

  ╷
5 │ import 'easy_widget_enum.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The import of 'easy_widget_extensions.dart' is unnecessary because all of the used elements are also provided by the import of 'easy_widget.dart'.

lib/easy_widget_mixin.dart:6:8

  ╷
6 │ import 'easy_widget_extensions.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/easy_widget_mixin.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
lazy_load_scrollview ^1.3.0 1.3.0 1.3.0
page_transition ^2.0.2 2.2.1 2.2.1
simple_gesture_detector ^0.2.0 0.2.1 0.2.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
vector_math - 2.1.4 2.1.5

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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
8
likes
140
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Simplified most used widget & Mixins and access to extenstion that makes your code cleaner and shorter.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, lazy_load_scrollview, page_transition, simple_gesture_detector

More

Packages that depend on easy_widgets