apptex_chat 2.0.0
apptex_chat: ^2.0.0 copied to clipboard
This Package is for making the chat system more easy and user friendly. and control chat features within one click.
We analyzed this package 19 days ago, and awarded it 80 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
9 out of 84 API elements (10.7 %) 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: apptex_chat, apptex_chat.AppTexChat, apptex_chat.AppTexChat.currentUser, apptex_chat.AppTexChat.deleteChat, apptex_chat.AppTexChat.deleteMessage.
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:apptex_chat/apptex_chat.dartthat imports:package:apptex_chat/src/widgets/audio_bubble.dartthat imports:package:audio_waveforms/audio_waveforms.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:apptex_chat/apptex_chat.dartthat imports:package:apptex_chat/src/widgets/audio_bubble.dartthat imports:package:audio_waveforms/audio_waveforms.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:apptex_chat/apptex_chat.dartthat imports:package:apptex_chat/src/widgets/audio_bubble.dartthat imports:package:audio_waveforms/audio_waveforms.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:apptex_chat/apptex_chat.dartthat imports:package:apptex_chat/src/widgets/audio_bubble.dartthat imports:package:audio_waveforms/audio_waveforms.dartthat declares support for platforms:Android,iOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 37 issues. Showing the first 2:
ERROR: The named parameter 'finishMode' isn't defined.
lib/src/core/services/audio_bubble_view_model.dart:86:36
╷
86 │ playerController.startPlayer(finishMode: FinishMode.pause);
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/services/audio_bubble_view_model.dart
ERROR: The setter 'bitRate' isn't defined for the type 'RecorderController'.
lib/src/screens/messages/chat_view_model.dart:49:9
╷
49 │ ..bitRate = 48000
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/screens/messages/chat_view_model.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
audio_waveforms |
any |
2.0.1 | 2.0.1 | |
cached_network_image |
any |
3.4.1 | 3.4.1 | |
cloud_firestore |
any |
6.1.1 | 6.1.1 | |
emoji_picker_flutter |
any |
4.4.0 | 4.4.0 | |
firebase_storage |
any |
13.0.5 | 13.0.5 | |
image_picker |
any |
1.2.1 | 1.2.1 | |
intl |
any |
0.20.2 | 0.20.2 | |
ntp |
any |
2.0.0 | 2.0.0 | |
provider |
any |
6.1.5+1 | 6.1.5+1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 18 errors:
UNDEFINED_CLASS-lib/src/core/services/audio_bubble_view_model.dart:23:3- Undefined class 'PlayerController'.UNDEFINED_IDENTIFIER-lib/src/core/services/audio_bubble_view_model.dart:32:20- Undefined name 'PlayerState'.UNDEFINED_IDENTIFIER-lib/src/core/services/audio_bubble_view_model.dart:39:20- Undefined name 'PlayerState'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.