easy_everything 0.0.9 copy "easy_everything: ^0.0.9" to clipboard
easy_everything: ^0.0.9 copied to clipboard

outdated

A new Flutter package.

1
likes
70/ 140
pub points
0%
popularity

We analyzed this package 5 days ago, and awarded it 70 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.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

27 out of 46 API elements (58.7 %) have documentation comments.

Some symbols that are missing documentation: easy_everything, easy_everything.EasyEverythingButton, easy_everything.EasyEverythingButton.EasyEverythingButton, easy_everything.EasyEverythingButton.colorBackgroundError, easy_everything.EasyEverythingButton.colorBackgroundSuccess.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:easy_everything/easy_everything.dart that imports:
  • package:easy_everything/src/easy_everything_button/easy_everything_button.dart that imports:
  • package:flutter_svg/flutter_svg.dart that imports:
  • package:flutter_svg/svg.dart that imports:
  • package:flutter_svg/src/picture_provider.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

ERROR: A value of type 'Animation

lib/src/easy_everything_button/easy_everything_button.dart:168:24

    ╷
168 │       _borderAnimation = BorderRadiusTween(
    │ ┌────────────────────────^
169 │ │             begin: BorderRadius.circular(widget.borderRadius),
170 │ │             end: BorderRadius.circular(widget.height / 2))
171 │ │         .animate(_borderController);
    │ └───────────────────────────────────^
    ╵

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

INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.

lib/src/easy_everything_button/easy_everything_button.dart:264:22

    ╷
264 │             padding: MaterialStateProperty.all(const EdgeInsets.all(0)),
    │                      ^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/easy_everything_button/easy_everything_button.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
auto_size_text_pk ^3.0.0 3.0.0 3.0.0
flutter flutter 0.0.0 0.0.0
flutter_svg ^0.22.0 0.22.0 2.0.10+1
rxdart ^0.27.1 0.27.7 0.27.7
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.12.0 1.15.0
path_drawing - 0.5.1+1 1.0.1
path_parsing - 0.2.1 1.0.1
petitparser - 5.4.0 6.0.2
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
xml - 5.4.1 6.5.0

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

The constraint `^0.22.0` on flutter_svg does not support the stable version `0.23.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

1
likes
70
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

auto_size_text_pk, flutter, flutter_svg, rxdart

More

Packages that depend on easy_everything