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 19 hours 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.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:chatverse/chatverse.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:chatverse/chatverse.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:chatverse/chatverse.dart
that 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.dart
that imports:package:chatverse/src/widgets/new_chat_fab.dart
that imports:package:chatverse/src/widgets/new_chat_view.dart
that imports:package:chatverse/src/widgets/chat_view.dart
that imports:package:chatverse/src/widgets/chat_input.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:chatverse/chatverse.dart
that imports:package:chatverse/src/widgets/new_chat_fab.dart
that imports:package:chatverse/src/widgets/new_chat_view.dart
that imports:package:chatverse/src/widgets/chat_view.dart
that imports:package:chatverse/src/widgets/chat_input.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:chatverse/chatverse.dart
that imports:package:chatverse/src/widgets/user_details_widget.dart
that imports:package:firebase_storage/firebase_storage.dart
that imports:package:firebase_storage_platform_interface/firebase_storage_platform_interface.dart
that imports:package:firebase_storage_platform_interface/src/platform_interface/platform_interface_reference.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full 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 95 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: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/widgets/chat_image_uploader.dart:47:75
╷
47 │ color: widget.backgroundColor ?? Theme.of(context).primaryColor.withOpacity(0.1),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/chat_image_uploader.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.0.2 | |
emoji_picker_flutter |
^4.2.0 |
4.3.0 | 4.3.0 | |
file_picker |
^6.1.1 |
6.2.1 | 10.3.3 | |
firebase_auth |
^5.3.4 |
5.7.0 | 6.1.0 | |
firebase_core |
^3.8.1 |
3.15.2 | 4.1.1 | |
firebase_storage |
^12.3.7 |
12.4.10 | 13.0.2 | |
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.0 | 1.2.0 | |
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.1 | 4.5.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 `^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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.