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
120/ 140
pub points
59%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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

failed
Provide documentation
10 / 20trigger folding of the section

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

109 out of 221 API elements (49.3 %) 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.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

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

Found 21 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

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

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
lazy_load_scrollview ^1.3.0 1.3.0 1.3.0
page_transition ^2.0.2 2.1.0 2.1.0
simple_gesture_detector ^0.2.0 0.2.1 0.2.1
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

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.

8
likes
120
pub points
59%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

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