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 2 days 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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 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: 'canLaunch' is deprecated and shouldn't be used. Use canLaunchUrl instead.
lib/view/chat_screen.dart:435:41
╷
435 │ if (await canLaunch(fileUrl)) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/view/chat_screen.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.8.0+1 | 5.8.0+1 | |
file_picker |
^8.0.6 |
8.3.7 | 10.2.0 | |
firebase_core |
^3.3.0 |
3.14.0 | 3.14.0 | |
firebase_messaging |
^15.0.4 |
15.2.7 | 15.2.7 | |
flutter_dotenv |
^5.1.0 |
5.2.1 | 5.2.1 | |
flutter_remix |
^0.0.3 |
0.0.3 | 0.0.3 | |
flutter_sound |
^9.8.1 |
9.28.0 | 9.28.0 | |
get |
^4.6.6 |
4.7.2 | 4.7.2 | |
google_fonts |
^6.2.1 |
6.2.1 | 6.2.1 | |
googleapis_auth |
^1.6.0 |
1.6.0 | 2.0.0 | |
http |
^1.2.2 |
1.4.0 | 1.4.0 | |
image_gallery_saver |
^2.0.3 |
2.0.3 | 2.0.3 | |
image_picker |
^1.1.2 |
1.1.2 | 1.1.2 | |
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.10 | 3.5.10 | |
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.0+1 | |
shared_preferences |
^2.3.1 |
2.5.3 | 2.5.3 | |
url_launcher |
^6.3.0 |
6.3.1 | 6.3.1 | |
video_player |
^2.9.1 |
2.10.0 | 2.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 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 `^1.6.0` on googleapis_auth does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions googleapis_auth
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.