animated_dashed_circle 0.0.4
animated_dashed_circle: ^0.0.4 copied to clipboard
Animated Dashed Circle. If you want to make instagram stories, you can use this package.
We analyzed this package 11 days ago, and awarded it 130 pub points (of a possible 160):
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: animated_dashed_circle
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository URL mismatch: expected https://github.com/avdisx/animated_dashed_circle
but got https://github.com/ahmetveysels/animated_dashed_circle
.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/avdisx/
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: BSD-3-Clause
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting animated_dashed_circle... Discovering libraries... Linking elements... Precaching local docs for 640743 elements... Initialized dartdoc with 782 libraries Generating docs for library dashed_circle.dart from package:animated_dashed_circle/dashed_circle.dart... Generating docs for library animated_dashed_circle.dart from package:animated_dashed_circle/animated_dashed_circle.dart... Generating docs for library animated_dashed_circle_view.dart from package:animated_dashed_circle/animated_dashed_circle_view.dart... Documented 3 public libraries in 65.1 seconds ERR: warning: animated_dashed_circle has no library level documentation comments from animated_dashed_circle: (file:///tmp/pana_QBCRCQ/lib/dashed_circle.dart:1:1) warning: animated_dashed_circle has no library level documentation comments from animated_dashed_circle: (file:///tmp/pana_QBCRCQ/lib/animated_dashed_circle.dart:1:1) error: file already written at "animated_dashed_circle/index.html" for symbol animated_dashed_circle: (file:///tmp/pana_QBCRCQ/lib/animated_dashed_circle.dart:1:1) conflicting with file already generated by animated_dashed_circle: (file:///tmp/pana_QBCRCQ/lib/dashed_circle.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'animated_dashed_circle' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [29 more lines]
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
/tmp/pana_QBCRCQ/lib/animated_dashed_circle.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_QBCRCQ/lib/animated_dashed_circle_view.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.