easy_chatview 0.2.7
easy_chatview: ^0.2.7 copied to clipboard
A package that lets you implement chatting the way you like it.
We analyzed this package 12 days ago, and awarded it 140 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.
10/10 points: 20% or more of the public API has dartdoc comments
30 out of 133 API elements (22.6 %) have documentation comments.
Some symbols that are missing documentation: easy_chatview, easy_chatview.EasyChatviewChat, easy_chatview.EasyChatviewChat.EasyChatviewChat.new, easy_chatview.EasyChatviewChat.addMessage, easy_chatview.EasyChatviewChat.getMessage.
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:easy_chatview/easy_chatview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:easy_chatview/easy_chatview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:easy_chatview/easy_chatview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:easy_chatview/easy_chatview.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 586 issues. Showing the first 2:
INFO: Missing documentation for a public member.
lib/src/controllers/easy_chatview_controller.dart:11:16
╷
11 │ abstract class EasyChatviewController<
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/easy_chatview_controller.dart
INFO: Missing documentation for a public member.
lib/src/controllers/easy_chatview_controller.dart:15:3
╷
15 │ EasyChatviewController({
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/easy_chatview_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
diffutil_dart |
^4.0.1 |
4.0.1 | 5.0.0 | |
easy_tuple |
^0.1.0 |
0.1.2 | 0.1.2 | |
intl |
>=0.20.0 <=0.21.0 |
0.20.3 | 0.20.3 | |
super_sliver_list |
^0.4.1 |
0.4.1 | 0.4.1 | |
utc_date_time |
^0.1.0 |
0.1.1 | 0.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.4.2 | 2.4.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.0.1` on diffutil_dart does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions diffutil_dart 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.