chat_application 0.0.1
chat_application: ^0.0.1 copied to clipboard
A chat application package that uses shared preferences to store user credentials
We analyzed this package 1 hour ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/asifyounas708/chat_application_with_package was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/asifyounas708/chat_application_with_package was unreachable. Make sure that the website is reachable via HEAD requests.
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.
0/10 points: 20% or more of the public API has dartdoc comments
42 out of 262 API elements (16.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: app_helper, app_helper.errorSnackBar, app_helper.getLoading, app_helper.getOneLoading, app_helper.infoSnackBar.
10/10 points: Package has 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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
WARNING: The declaration '_formatDuration' isn't referenced.
lib/view/chat_screen.dart:261:10
╷
261 │ String _formatDuration(Duration duration) {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/view/chat_screen.dart
INFO: Missing type annotation.
lib/controller/auth_controller.dart:19:3
╷
19 │ login() async {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/controller/auth_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.6 |
1.0.8 | 1.0.8 | |
dio |
^5.5.0+1 |
5.9.0 | 5.9.0 | |
file_picker |
^8.0.6 |
8.3.7 | 10.3.8 | |
firebase_core |
^3.3.0 |
3.15.2 | 4.3.0 | |
firebase_messaging |
^15.0.4 |
15.2.10 | 16.1.0 | |
flutter_dotenv |
^5.1.0 |
5.2.1 | 6.0.0 | |
flutter_remix |
^0.0.3 |
0.0.3 | 0.0.3 | |
flutter_sound |
^9.8.1 |
9.30.0 | 9.30.0 | |
get |
^4.6.6 |
4.7.3 | 4.7.3 | |
google_fonts |
^6.2.1 |
6.3.3 | 7.0.0 | |
googleapis_auth |
^1.6.0 |
1.6.0 | 2.0.0 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
image_gallery_saver |
^2.0.3 |
2.0.3 | 2.0.3 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
loading_animation_widget |
^1.2.1 |
1.3.0 | 1.3.0 | |
open_file |
^3.3.2 |
3.5.11 | 3.5.11 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.4 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.3.1 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
video_player |
^2.9.1 |
2.10.1 | 2.10.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^8.0.6` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^3.3.0` on firebase_core does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions firebase_core 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.