fishpi 1.0.22 fishpi: ^1.0.22 copied to clipboard
A Package to use API of fishpi. Contain a command line tool to use fishpi services.
We analyzed this package 32 hours ago, and awarded it 125 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: fishpi
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository has no repository
or homepage
URL.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
683 out of 866 API elements (78.9 %) have documentation comments.
Some symbols that are missing documentation: article
, article.ArticleAuthor.ArticleAuthor.from
, article.ArticleAuthor.allName
, article.ArticleAuthor.name
, article.ArticleAuthor.toJson
.
10/10 points: Package has an example
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:fishpi/fishpi.dart
that imports:package:fishpi/types/types.dart
that imports:package:fishpi/types/user.dart
that imports:package:fishpi/src/request.dart
that imports:package:web_socket_channel/io.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fishpi/fishpi.dart
that imports:package:fishpi/types/types.dart
that imports:package:fishpi/types/user.dart
that imports:package:fishpi/src/request.dart
that imports:package:web_socket_channel/io.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/chat.dart:165:48
╷
165 │ .contains(msg['command'] ?? '')) type = ChatMsgType.notice;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/chat.dart
/tmp/pana_OUSWTJ/bin/src/article.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.4.2 |
2.6.0 | 2.6.0 |
cli_dialog |
^0.5.0 |
0.5.0 | 0.5.0 |
convert |
^3.1.1 |
3.1.2 | 3.1.2 |
crypto |
^3.0.3 |
3.0.6 | 3.0.6 |
dart_console |
^1.2.0 |
1.2.0 | 4.1.1 |
dio |
^5.3.3 |
5.7.0 | 5.7.0 |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
web_socket_channel |
^2.4.0 |
2.4.5 | 3.0.1 |
yaml_modify |
^1.0.1 |
1.0.1 | 1.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.4.0 | 1.4.0 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.1 | 1.19.1 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
ffi |
- | 2.1.3 | 2.1.3 |
http_parser |
- | 4.1.1 | 4.1.1 |
intl |
- | 0.18.1 | 0.20.1 |
meta |
- | 1.16.0 | 1.16.0 |
source_span |
- | 1.10.1 | 1.10.1 |
stream_channel |
- | 2.1.3 | 2.1.3 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
web |
- | 0.5.1 | 1.1.0 |
win32 |
- | 5.9.0 | 5.9.0 |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.2.0` on dart_console does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions dart_console
to update the constraint.
The constraint `^2.4.0` on web_socket_channel does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions web_socket_channel
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.22.17
, Dart 3.6.0
.
Check the analysis log for details.