rounded_loading_button_gradient 0.1.1
rounded_loading_button_gradient: ^0.1.1 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 10 days ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: rounded_loading_button_gradient.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: rounded_loading_button_gradient, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
31 out of 53 API elements (58.5 %) have documentation comments.
Some symbols that are missing documentation: easy_everything, easy_everything.ImageHelper, easy_everything.ImageHelper.loadImage, easy_everything.RoundedLoadingButtonGradient, easy_everything.RoundedLoadingButtonGradient.RoundedLoadingButtonGradient.new.
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 31 issues. Showing the first 2:
ERROR: A value of type 'Animation
lib/src/rounded_loading_button_gradient/rounded_loading_button_gradient_widget.dart:194:24
╷
194 │ _borderAnimation = BorderRadiusTween(
│ ┌────────────────────────^
195 │ │ begin: BorderRadius.circular(widget.borderRadius),
196 │ │ end: BorderRadius.circular(widget.height / 2))
197 │ │ .animate(_borderController);
│ └───────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/rounded_loading_button_gradient/rounded_loading_button_gradient_widget.dart
INFO: Missing a required trailing comma.
lib/src/rounded_loading_button_gradient/rounded_loading_button_gradient_widget.dart:149:54
╷
149 │ 'load size no larger than split height 2');
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/rounded_loading_button_gradient/rounded_loading_button_gradient_widget.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/rounded_loading_button_gradient/rounded_loading_button_gradient_widget.dart:194: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.