ap_common_core 1.0.1-dev.1
ap_common_core: ^1.0.1-dev.1 copied to clipboard
The school affairs(AP) series shares the engineering kit, rapid development of the school affairs series(AP) app
We analyzed this package 10 hours ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
293 out of 720 API elements (40.7 %) have documentation comments.
Some symbols that are missing documentation: ap_common_core, ap_common_core.AnalyticsConstants, ap_common_core.AnalyticsConstants.AnalyticsConstants.new, ap_common_core.AnalyticsConstants.className, ap_common_core.AnalyticsConstants.courseHtmlParser.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:ap_common_core/ap_common_core.dartthat imports:package:ap_common_core/src/models/private_cookies_manager.dartthat imports:package:dio_cookie_manager/dio_cookie_manager.dartthat imports:package:dio_cookie_manager/src/cookie_mgr.dartthat imports:package:cookie_jar/cookie_jar.dartthat imports:package:cookie_jar/src/file_storage.dartthat imports:package:universal_io/io.dartthat imports:package:universal_io/universal_io.dartthat imports:package:universal_io/src/_exports_in_browser.dartthat imports:package:universal_io/src/internet_address.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The annotation 'JsonSerializable.new' can only be used on classes.
lib/src/models/imgur_upload_response.dart:15:4
╷
15 │ @JsonSerializable(fieldRename: FieldRename.snake)
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/imgur_upload_response.dart
WARNING: The annotation 'JsonSerializable.new' can only be used on classes.
lib/src/models/imgur_upload_response.dart:37:4
╷
37 │ @JsonSerializable(fieldRename: FieldRename.snake)
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/imgur_upload_response.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cookie_jar |
^4.0.0 |
4.0.9 | 4.0.9 | |
dio |
>=5.4.1 <6.0.0 |
5.9.2 | 5.9.2 | |
dio_cookie_manager |
>=3.1.1 <3.2.0 |
3.1.1 | 3.4.0 | |
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
injector |
^4.0.0 |
4.0.0 | 4.0.0 | |
json_annotation |
^4.6.0 |
4.11.0 | 4.11.0 | |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dio_web_adapter |
- | 2.1.2 | 2.1.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.2 | 1.18.2 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=3.1.1 <3.2.0` on dio_cookie_manager does not support the stable version `3.2.0`.
Try running dart pub upgrade --major-versions dio_cookie_manager 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.12, Dart 3.11.2.
Check the analysis log for details.