ap_common 0.25.3 ap_common: ^0.25.3 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 2 days ago, and awarded it 85 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: ap_common
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has multiple matching pubspec.yaml
with name: ap_common
.
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
1533 out of 2968 API elements (51.7 %) have documentation comments.
Some symbols that are missing documentation: about_us_page
, about_us_page.AboutUsPage
, about_us_page.AboutUsPage.AboutUsPage
, about_us_page.AboutUsPage.actions
, about_us_page.AboutUsPage.appLicense
.
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 32 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/pages/announcement/edit_page.dart:114:7
╷
114 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/pages/announcement/edit_page.dart
WARNING: This default clause is covered by the previous cases.
lib/resources/ap_theme.dart:51:7
╷
51 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/resources/ap_theme.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
add_2_calendar |
^3.0.1 |
3.0.1 | 3.0.1 |
app_tracking_transparency |
^2.0.2+4 |
2.0.6+1 | 2.0.6+1 |
auto_size_text_pk |
^3.0.0 |
3.0.0 | 3.0.0 |
barcode |
^2.2.1 |
2.2.8 | 2.2.8 |
barcode_widget |
^2.0.1 |
2.0.4 | 2.0.4 |
cached_network_image |
^3.3.1 |
3.4.0 | 3.4.1 |
cookie_jar |
^4.0.0 |
4.0.8 | 4.0.8 |
cupertino_back_gesture |
^0.1.0 |
0.1.0 | 0.1.0 |
dio |
>=5.4.1 <6.0.0 |
5.7.0 | 5.7.0 |
dio_cookie_manager |
^3.1.1 |
3.1.1 | 3.1.1 |
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 |
file_saver |
^0.2.12 |
0.2.13 | 0.2.14 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_keyboard_visibility |
^6.0.0 |
6.0.0 | 6.0.0 |
flutter_linkify |
^6.0.0 |
6.0.0 | 6.0.0 |
flutter_local_notifications |
^17.2.2 |
17.2.4 | 18.0.1 |
flutter_localizations |
flutter |
0.0.0 | 0.0.0 |
google_sign_in |
^6.2.1 |
6.2.2 | 6.2.2 |
image_picker |
^1.0.7 |
1.1.2 | 1.1.2 |
in_app_review |
^2.0.3 |
2.0.10 | 2.0.10 |
intl |
>=0.16.0 <1.0.0 |
0.19.0 | 0.20.1 |
json_annotation |
^4.6.0 |
4.9.0 | 4.9.0 |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 |
multiple_localization |
^0.5.0 |
0.5.0 | 0.5.0 |
package_info_plus |
^8.0.2 |
8.1.2 | 8.1.2 |
path |
^1.7.0 |
1.9.0 | 1.9.1 |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 |
pdf |
^3.8.1 |
3.11.1 | 3.11.1 |
photo_manager |
^3.0.0 |
3.6.3 | 3.6.3 |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 |
printing |
^5.10.4 |
5.13.1 | 5.13.4 |
share_plus |
>=9.0.0 <=10.0.0 |
10.0.0 | 10.1.3 |
shared_preferences |
^2.2.2 |
2.3.4 | 2.3.4 |
sign_in_with_apple |
^6.1.1 |
6.1.4 | 6.1.4 |
sprintf |
^7.0.0 |
7.0.0 | 7.0.0 |
timezone |
^0.9.4 |
0.9.4 | 0.10.0 |
url_launcher |
^6.2.5 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^17.2.2` on flutter_local_notifications does not support the stable version `18.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications
to update the constraint.
The constraint `>=9.0.0 <=10.0.0` on share_plus does not support the stable version `10.0.1`.
Try running dart pub upgrade --major-versions share_plus
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
UNDEFINED_NAMED_PARAMETER
-lib/models/announcement_data.dart:93:12
- The named parameter 'includeToJson' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/models/announcement_data.dart:93:34
- The named parameter 'includeFromJson' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/models/user_info.dart:57:12
- The named parameter 'includeToJson' isn't defined.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.