dp_icon 0.0.1
dp_icon: ^0.0.1 copied to clipboard
A Icon Package with help you with various wide range of icon
We analyzed this package 4 days ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/devalpatel2006/dp_icon.git 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting dp_icon...
Discovering libraries...
Linking elements...
Precaching local docs for 663521 elements...
Initialized dartdoc with 1066 libraries
Generating docs for library dp_icon.dart from package:dp_icon/dp_icon.dart...
Generating docs for library dpmain.dart from package:dp_icon/dpmain.dart...
Generating docs for library Constant/ConstSvg.dart from package:dp_icon/Constant/ConstSvg.dart...
Generating docs for library Constant/ConstPng.dart from package:dp_icon/Constant/ConstPng.dart...
Documented 4 public libraries in 54.4 seconds
ERR:
warning: dp_icon has no library level documentation comments
from dp_icon: (file:///tmp/pana_GPOVFV/lib/dpmain.dart:1:1)
error: file already written at "dp_icon/index.html"
for symbol dp_icon: (file:///tmp/pana_GPOVFV/lib/dpmain.dart:1:1)
conflicting with file already generated by dp_icon: (file:///tmp/pana_GPOVFV/lib/dp_icon.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'dp_icon' conflicts with another symbol in the generated path, and
therefore can not be written out. Changing the name, library name, or
class name (if appropriate) of one of the conflicting items can resolve
the conflict. Alternatively, use the @nodoc directive in one symbol's
[14 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:dp_icon/dp_icon.dartthat imports:package:flutter_svg/svg.dartthat imports:package:flutter_svg/src/vector_drawable.dartthat imports:package:flutter_svg/src/svg/parsers.dartthat imports:package:flutter_svg/src/utilities/http.dartthat imports:package:flutter_svg/src/utilities/_http_io.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: The file name 'ConstPng.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/Constant/ConstPng.dart
INFO: The file name 'ConstSvg.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/Constant/ConstSvg.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_svg |
^1.0.3 |
1.1.6 | 2.2.3 |
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.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path_drawing |
- | 1.0.1 | 1.0.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.0.3` on flutter_svg does not support the stable version `2.0.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.