chatverse 0.0.5
chatverse: ^0.0.5 copied to clipboard
A comprehensive Flutter chat library with Firebase integration, featuring advanced UI, group chat support, and real-time messaging capabilities.
We analyzed this package 17 days ago, and awarded it 115 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.5").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
14 out of 236 API elements (5.9 %) 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: chatverse, chatverse.AuthService, chatverse.AuthService.AuthService.new, chatverse.AuthService.authStateChanges, chatverse.AuthService.createOrUpdateUser.
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:chatverse/chatverse.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:chatverse/chatverse.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:chatverse/chatverse.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:chatverse/chatverse.dartthat declares support for platforms:Android,iOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:chatverse/chatverse.dartthat imports:package:chatverse/src/widgets/new_chat_fab.dartthat imports:package:chatverse/src/widgets/new_chat_view.dartthat imports:package:chatverse/src/widgets/chat_view.dartthat imports:package:chatverse/src/widgets/chat_input.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:chatverse/chatverse.dartthat imports:package:chatverse/src/widgets/new_chat_fab.dartthat imports:package:chatverse/src/widgets/new_chat_view.dartthat imports:package:chatverse/src/widgets/chat_view.dartthat imports:package:chatverse/src/widgets/chat_input.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 163 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/widgets/chat_bubble.dart:175:7
╷
175 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/chat_bubble.dart
INFO: Use interpolation to compose strings and values.
lib/src/services/auth_service.dart:117:45
╷
117 │ .where('name', isLessThanOrEqualTo: query + '\uf8ff')
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/auth_service.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.3.0 |
3.4.1 | 3.4.1 | |
cloud_firestore |
^5.6.0 |
5.6.12 | 6.1.1 | |
emoji_picker_flutter |
^4.2.0 |
4.4.0 | 4.4.0 | |
file_picker |
^6.1.1 |
6.2.1 | 10.3.8 | |
firebase_auth |
^5.3.4 |
5.7.0 | 6.1.3 | |
firebase_core |
^3.8.1 |
3.15.2 | 4.3.0 | |
firebase_storage |
^12.3.7 |
12.4.10 | 13.0.5 | |
flutter_chat_bubble |
^2.0.2 |
2.0.2 | 2.0.2 | |
flutter_linkify |
^6.0.0 |
6.0.0 | 6.0.0 | |
image_picker |
^1.0.5 |
1.2.1 | 1.2.1 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.1.0 |
11.4.0 | 12.0.1 | |
provider |
^6.1.1 |
6.1.5+1 | 6.1.5+1 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
timeago |
^3.6.0 |
3.7.1 | 3.7.1 | |
url_launcher |
^6.2.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.2.2 |
4.5.2 | 4.5.2 |
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 `^5.6.0` 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.
The constraint `^6.1.1` on file_picker does not support the stable version `7.0.2`.
Try running dart pub upgrade --major-versions file_picker 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.