polytechcolloscopeclient 1.0.11
polytechcolloscopeclient: ^1.0.11 copied to clipboard
a library aiming at providing a simple interface to fetch data from Polytech Lyon Colloscope
We analyzed this package 3 days ago, and awarded it 105 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
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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.
10/10 points: 20% or more of the public API has dartdoc comments
29 out of 74 API elements (39.2 %) have documentation comments.
Some symbols that are missing documentation: polytechcolloscopeclient, polytechcolloscopeclient.$KholleCopyWith, polytechcolloscopeclient.$StudentColloscopeCopyWith, polytechcolloscopeclient.$StudentCopyWith, polytechcolloscopeclient.Consts.
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:polytechcolloscopeclient/polytechcolloscopeclient.dartthat imports:package:polytechcolloscopeclient/src/polytechcolloscopeclient_base.dartthat imports:package:requests_plus/requests_plus.dartthat imports:package:requests_plus/src/requests_plus.dartthat imports:package:requests_plus/src/client/io_client.dartthat imports:package:http/io_client.dartthat imports:package:http/src/io_streamed_response.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
INFO: Missing type annotation.
lib/src/models/student_colloscope.dart:20:10
╷
20 │ static empty() {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/student_colloscope.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
beautiful_soup_dart |
^0.3.0 |
0.3.0 | 0.3.0 | |
collection |
^1.17.2 |
1.19.1 | 1.19.1 | |
copy_with_extension |
^5.0.4 |
5.0.4 | 12.1.0 | |
diacritic |
^0.1.5 |
0.1.6 | 0.1.6 | |
dotenv |
^4.2.0 |
4.2.0 | 4.2.0 | |
equatable |
^2.0.5 |
2.0.8 | 2.0.8 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
html |
^0.15.4 |
0.15.6 | 0.15.6 | |
requests_plus |
^4.8.4 |
4.8.6 | 4.8.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
hex |
- | 0.2.0 | 0.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
matcher |
- | 0.12.19 | 0.12.19 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.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 | |
test_api |
- | 0.7.10 | 0.7.10 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^5.0.4` on copy_with_extension does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions copy_with_extension 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, Dart 3.11.1.
Check the analysis log for details.