rounded_loading_button_gradient 0.1.1 copy "rounded_loading_button_gradient: ^0.1.1" to clipboard
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.

3
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

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: rounded_loading_button_gradient,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: rounded_loading_button_gradient.

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

31 out of 54 API elements (57.4 %) 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.

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:rounded_loading_button_gradient/rounded_loading_button_gradient.dart that imports:
  • package:rounded_loading_button_gradient/src/rounded_loading_button_gradient/rounded_loading_button_gradient_widget.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

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

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.11.0 1.14.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.2, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

3
likes
70
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package. Helping developers to build UI quickly, I try to build on existing widgets and make them useful and beautiful.

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 rounded_loading_button_gradient