firebase_chat_services 0.0.2
firebase_chat_services: ^0.0.2 copied to clipboard
A powerful and easy-to-use Firebase Chat Services plugin for Flutter. It automatically handles all core chat functionalities including sending Supports text, image, video, and location messages out o [...]
We analyzed this package 8 days ago, and awarded it 65 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
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.
0/10 points: 20% or more of the public API has dartdoc comments
23 out of 288 API elements (8.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: api_keys, api_keys.ApiKeys, api_keys.ApiKeys.ApiKeys.new, api_keys.ApiKeys.bookingId, api_keys.ApiKeys.chatId.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:firebase_chat_services/firebase_chat_services.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:firebase_chat_services/firebase_chat_services.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:firebase_chat_services/firebase_chat_services.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:firebase_chat_services/firebase_chat_services.dartthat declares support for platforms:Android,iOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 112 issues. Showing the first 2:
ERROR: Undefined name 'hSizedBox'.
lib/chat/message_container.dart:831:65
╷
831 │ hSizedBox,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat/message_container.dart
ERROR: Undefined name 'vSizedBox05'.
lib/chat/message_container.dart:926:71
╷
926 │ vSizedBox05,
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat/message_container.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
audio_waveforms |
^1.3.0 |
1.3.0 | 2.0.1 | |
audioplayers |
^6.5.0 |
6.5.1 | 6.5.1 | |
cached_video_player_plus |
^3.0.3 |
3.0.3 | 4.1.0 | |
camera |
^0.11.1 |
0.11.3 | 0.11.3 | |
cloud_firestore |
^5.6.10 |
5.6.12 | 6.1.1 | |
custom_api_services |
^0.0.2 |
0.0.4 | 0.0.4 | |
custom_firebase_services |
^0.0.3 |
0.0.3 | 0.0.3 | |
custom_styles_package |
^1.0.6 |
1.0.17 | 1.0.17 | |
emoji_picker_flutter |
^4.3.0 |
4.4.0 | 4.4.0 | |
firebase_core |
^3.15.0 |
3.15.2 | 4.3.0 | |
firebase_messaging |
^15.2.8 |
15.2.10 | 16.1.0 | |
flutter_easyloading |
^3.0.5 |
3.0.5 | 3.0.5 | |
flutter_local_notifications |
^19.3.0 |
19.5.0 | 19.5.0 | |
get_thumbnail_video |
^0.7.3 |
0.7.3 | 0.7.3 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
image_cropper |
^9.1.0 |
9.1.0 | 11.0.0 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
provider |
^6.1.5 |
6.1.5+1 | 6.1.5+1 | |
share_plus |
^11.0.0 |
11.1.0 | 12.0.1 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
video_player |
^2.10.0 |
2.10.1 | 2.10.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `^1.3.0` on audio_waveforms does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions audio_waveforms to update the constraint.
The constraint `^3.0.3` on cached_video_player_plus does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions cached_video_player_plus 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.