chat_interface 0.0.4
chat_interface: ^0.0.4 copied to clipboard
A flexible, production-ready chat UI for Flutter with paging, attachments, reactions, and theming.
We analyzed this package 4 hours ago, and awarded it 150 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
652 out of 1269 API elements (51.4 %) have documentation comments.
Some symbols that are missing documentation: chat_interface
, chat_interface.AppendedSliverChildBuilderDelegate.AppendedSliverChildBuilderDelegate.new
, chat_interface.AppendedSliverChildBuilderDelegate.AppendedSliverChildBuilderDelegate.separated
, chat_interface.AppendedSliverGrid
, chat_interface.AppendedSliverGrid.AppendedSliverGrid.new
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:chat_interface/chat_interface.dart
that imports:package:chat_interface/src/utils/file_picker_utils.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/linux/file_picker_linux.dart
that imports:package:dbus/dbus.dart
that declares support for platforms:Windows
,Linux
.
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:chat_interface/chat_interface.dart
that imports:package:chat_interface/src/utils/file_picker_utils.dart
that imports:package:file_picker/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:chat_interface/chat_interface.dart
that imports:package:chat_interface/src/utils/file_picker_utils.dart
that imports:package:file_picker/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 `Windows`.
Because:
package:chat_interface/chat_interface.dart
that imports:package:chat_interface/src/chat_view.dart
that imports:package:chat_interface/src/widgets/bubble.dart
that imports:package:chat_interface/src/widgets/attachment.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_linux.dart
that imports:package:url_launcher_linux/url_launcher_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Linux`.
Because:
package:chat_interface/chat_interface.dart
that imports:package:chat_interface/src/utils/file_picker_utils.dart
that imports:package:file_picker/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 `macOS`.
Because:
package:chat_interface/chat_interface.dart
that imports:package:chat_interface/src/utils/file_picker_utils.dart
that imports:package:file_picker/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:chat_interface/chat_interface.dart
that imports:package:chat_interface/src/utils/file_picker_utils.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker_io.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/utils/storage_paths.dart:10:10
╷
10 │ static init() async {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/storage_paths.dart
/tmp/pana_BKPUFH/lib/src/extensions/extensions.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
any_link_preview |
^3.0.3 |
3.0.3 | 3.0.3 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
dart_mappable |
^4.6.1 |
4.6.1 | 4.6.1 | |
dio |
^5.9.0 |
5.9.0 | 5.9.0 | |
file_picker |
^10.3.3 |
10.3.3 | 10.3.3 | |
flutter_keyboard_visibility |
^6.0.0 |
6.0.0 | 6.0.0 | |
flutter_screwdriver |
^3.2.0 |
3.3.0 | 3.3.0 | |
image_picker |
^1.2.0 |
1.2.0 | 1.2.0 | |
infinite_scroll_pagination |
^5.1.1 |
5.1.1 | 5.1.1 | |
intl |
^0.20.1 |
0.20.2 | 0.20.2 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
screwdriver |
^5.10.0 |
5.11.0 | 5.11.0 | |
share_plus |
^12.0.0 |
12.0.0 | 12.0.0 | |
swipe_to |
^1.0.6 |
1.0.6 | 1.0.6 | |
visibility_detector |
^0.4.0+2 |
0.4.0+2 | 0.4.0+2 |
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
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.