easy_everything 0.1.0
easy_everything: ^0.1.0 copied to clipboard
A new Flutter package. Helping developers to build UI quickly, I try to build on existing widgets and make them useful and beautiful.
We analyzed this package 11 days ago, and awarded it 60 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
27 out of 45 API elements (60.0 %) have documentation comments.
Some symbols that are missing documentation: easy_everything, easy_everything.EasyEverythingButton, easy_everything.EasyEverythingButton.EasyEverythingButton.new, easy_everything.EasyEverythingButton.colorBackgroundError, easy_everything.EasyEverythingButton.colorBackgroundSuccess.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 29 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: Missing a required trailing comma.
lib/src/easy_everything_button/easy_everything_button.dart:123:54
╷
123 │ 'load size no larger than split height 2');
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/easy_everything_button/easy_everything_button.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
auto_size_text_pk |
^3.0.0 |
3.0.0 | 3.0.0 | |
flutter_svg |
^0.22.0 |
0.22.0 | 2.3.0 | |
rxdart |
^0.27.1 |
0.27.7 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path_drawing |
- | 0.5.1+1 | 1.0.1 | |
path_parsing |
- | 0.2.1 | 1.1.0 | |
petitparser |
- | 5.4.0 | 7.0.2 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
xml |
- | 5.4.1 | 7.0.1 |
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.
The constraint `^0.27.1` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
INVALID_ASSIGNMENT-lib/src/easy_everything_button/easy_everything_button.dart:168:24- A value of type 'Animation<BorderRadius?>' can't be assigned to a variable of type 'Animation
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.