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 21 hours ago, and awarded it 95 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.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:firebase_chat_services/firebase_chat_services.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:firebase_chat_services/firebase_chat_services.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:firebase_chat_services/firebase_chat_services.dart
that declares support for platforms:Android
,iOS
.
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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/firebase_chat_services/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 71 issues. Showing the first 2:
WARNING: Unused import: 'package:firebase_chat_services/modals/chat_list_modal.dart'.
lib/chat/firebase_chat_services.dart:5:8
╷
5 │ import 'package:firebase_chat_services/modals/chat_list_modal.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat/firebase_chat_services.dart
INFO: Missing type annotation.
lib/chat/chat_controller.dart:38:3
╷
38 │ reload(){
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat/chat_controller.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 | 1.3.0 | |
audioplayers |
^6.5.0 |
6.5.1 | 6.5.1 | |
cached_video_player_plus |
^3.0.3 |
3.0.3 | 4.0.4 | |
camera |
^0.11.1 |
0.11.2 | 0.11.2 | |
cloud_firestore |
^5.6.10 |
5.6.12 | 6.0.2 | |
custom_api_services |
^0.0.2 |
0.0.2 | 0.0.2 | |
custom_firebase_services |
^0.0.3 |
0.0.3 | 0.0.3 | |
custom_styles_package |
^1.0.6 |
1.0.7 | 1.0.7 | |
emoji_picker_flutter |
^4.3.0 |
4.3.0 | 4.3.0 | |
firebase_core |
^3.15.0 |
3.15.2 | 4.1.1 | |
firebase_messaging |
^15.2.8 |
15.2.10 | 16.0.2 | |
flutter_easyloading |
^3.0.5 |
3.0.5 | 3.0.5 | |
flutter_local_notifications |
^19.3.0 |
19.4.2 | 19.4.2 | |
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.5.0 | 1.5.0 | |
image_cropper |
^9.1.0 |
9.1.0 | 11.0.0 | |
image_picker |
^1.1.2 |
1.2.0 | 1.2.0 | |
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.0 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
video_player |
^2.10.0 |
2.10.0 | 2.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 6 issues. Showing the first 2:
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.
The constraint `^5.6.10` on cloud_firestore does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.