mobile_chat_ui 2.0.0
mobile_chat_ui: ^2.0.0 copied to clipboard
A fully customizable modern chat UI for Android, IOS and web developers.
We analyzed this package 2 days 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: GPL-3.0
.
10/10 points: 20% or more of the public API has dartdoc comments
53 out of 138 API elements (38.4 %) have documentation comments.
Some symbols that are missing documentation: author_details_location
, chat_input
, chat_input.ChatInput
, chat_input.ChatInput.ChatInput.new
, chat_input.ChatInput.attachBtnClicked
.
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:mobile_chat_ui/mobile_chat_ui.dart
that imports:package:mobile_chat_ui/utils/themes/chat_theme.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:mobile_chat_ui/mobile_chat_ui.dart
that imports:package:mobile_chat_ui/utils/themes/chat_theme.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:mobile_chat_ui/mobile_chat_ui.dart
that imports:package:mobile_chat_ui/utils/message.dart
that imports:package:mobile_chat_ui/src/models/messages/types/audio_message.dart
that imports:package:audio_waveforms/audio_waveforms.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:mobile_chat_ui/mobile_chat_ui.dart
that imports:package:mobile_chat_ui/utils/themes/chat_theme.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:mobile_chat_ui/mobile_chat_ui.dart
that imports:package:mobile_chat_ui/utils/themes/chat_theme.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/web/web_helper.dart
that imports:package:flutter_cache_manager/src/cache_store.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.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'toolbarOptions' is deprecated and shouldn't be used. Use `contextMenuBuilder` instead. This feature was deprecated after v3.3.0-0.5.pre.
lib/src/widgets/rich_selectable_text.dart:23:7
╷
23 │ toolbarOptions: ToolbarOptions(
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/rich_selectable_text.dart
INFO: 'ToolbarOptions' is deprecated and shouldn't be used. Use `contextMenuBuilder` instead. This feature was deprecated after v3.3.0-0.5.pre.
lib/src/widgets/rich_selectable_text.dart:23:23
╷
23 │ toolbarOptions: ToolbarOptions(
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/rich_selectable_text.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
audio_waveforms |
^1.3.0 |
1.3.0 | 1.3.0 | |
cached_network_image |
^3.2.3 |
3.4.1 | 3.4.1 | |
dio |
^5.8.0+1 |
5.9.0 | 5.9.0 | |
emoji_picker_flutter |
^4.3.0 |
4.3.0 | 4.3.0 | |
flutter_sound |
^9.28.0 |
9.28.0 | 9.28.0 | |
iconify_flutter |
^0.0.7 |
0.0.7 | 0.0.7 | |
image_picker |
^1.1.2 |
1.2.0 | 1.2.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.0+1 |
12.0.1 | 12.0.1 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
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.3
, Dart 3.9.2
.
Check the analysis log for details.