yknetworking 0.0.7 yknetworking: ^0.0.7 copied to clipboard
yknetworking.
We analyzed this package 2 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting yknetworking... Discovering libraries... Linking elements... Precaching local docs for 698604 elements... Initialized dartdoc with 411 libraries Generating docs for library yknetworkingResponse.dart from package:yknetworking/yknetworkingResponse.dart... Generating docs for library yknetworkingconfig.dart from package:yknetworking/yknetworkingconfig.dart... Generating docs for library yknetworkingRequest.dart from package:yknetworking/yknetworkingRequest.dart... Generating docs for library ykbasenetworking.dart from package:yknetworking/ykbasenetworking.dart... Generating docs for library yknetworking.dart from package:yknetworking/yknetworking.dart... [1 more lines] ERR: warning: yknetworking has no library level documentation comments from yknetworking: (file:///tmp/pana_AIVJFH/lib/yknetworkingResponse.dart:1:9) warning: yknetworking has no library level documentation comments from yknetworking: (file:///tmp/pana_AIVJFH/lib/yknetworkingconfig.dart:1:9) error: file already written at "yknetworking/yknetworking-library.html" for symbol yknetworking: (file:///tmp/pana_AIVJFH/lib/yknetworkingconfig.dart:1:9) conflicting with file already generated by yknetworking: (file:///tmp/pana_AIVJFH/lib/yknetworkingResponse.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'yknetworking' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [37 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
WARNING: The '?' is unnecessary because 'dynamic' is nullable without it.
lib/yknetworkingResponse.dart:5:10
╷
5 │ dynamic? data;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/yknetworkingResponse.dart
INFO: The file name 'yknetworkingRequest.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/yknetworkingRequest.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dio |
^5.2.1 |
5.7.0 | 5.7.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
collection |
- | 1.19.1 | 1.19.1 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
http_parser |
- | 4.1.1 | 4.1.1 |
meta |
- | 1.16.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
web |
- | 1.1.0 | 1.1.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.15
, Dart 3.5.4
.
Check the analysis log for details.