fishpi 1.0.27
fishpi: ^1.0.27 copied to clipboard
A Package to use API of fishpi. Contain a command line tool to use fishpi services.
We analyzed this package 11 days ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
686 out of 967 API elements (70.9 %) have documentation comments.
Some symbols that are missing documentation: article, article.ArticleAuthor.ArticleAuthor.from, article.ArticleAuthor.ArticleAuthor.new, article.ArticleAuthor.allName, article.ArticleAuthor.name.
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.dartthat imports:package:fishpi/types/types.dartthat imports:package:fishpi/types/user.dartthat imports:package:fishpi/src/request.dartthat imports:package:web_socket_channel/io.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 84 issues. Showing the first 2:
INFO: Missing type annotation.
bin/main.dart:52:1
╷
52 │ readCommand() async {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/main.dart
INFO: Missing type annotation.
bin/src/article.dart:282:3
╷
282 │ comment(CommentPost comment) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/src/article.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.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.7 | 3.0.7 | |
dart_console |
^1.2.0 |
1.2.0 | 4.1.2 | |
dio |
^5.3.3 |
5.9.0 | 5.9.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
web_socket_channel |
^2.4.0 |
2.4.5 | 3.0.3 | |
yaml_modify |
^1.0.1 |
1.0.1 | 1.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.18.1 | 0.20.2 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
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.1 | |
win32 |
- | 5.15.0 | 5.15.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.23.3, Dart 3.10.4.
Check the analysis log for details.