qiscus_multichannel_widget 1.3.7
qiscus_multichannel_widget: ^1.3.7 copied to clipboard
Omnichannel Platform to Increase Sales and Customer Loyalty.
We analyzed this package 4 hours 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
283 out of 788 API elements (35.9 %) have documentation comments.
Some symbols that are missing documentation: qiscus_multichannel_widget, qiscus_multichannel_widget.AccountIdRef, qiscus_multichannel_widget.AccountRef, qiscus_multichannel_widget.AvatarUrlRef, qiscus_multichannel_widget.BubbleBgColorProvider.senderId.
10/10 points: Package has an example
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:qiscus_multichannel_widget/qiscus_multichannel_widget.dartthat imports:package:qiscus_multichannel_widget/src/page/chat_room_page.dartthat imports:package:qiscus_multichannel_widget/src/widgets/widgets.dartthat imports:package:qiscus_multichannel_widget/src/widgets/appbar.dartthat imports:package:cached_network_image/cached_network_image.dartthat imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/file_system/file_system.dartthat imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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:qiscus_multichannel_widget/qiscus_multichannel_widget.dartthat imports:package:qiscus_multichannel_widget/src/page/chat_room_page.dartthat imports:package:qiscus_multichannel_widget/src/widgets/chat_form.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:qiscus_multichannel_widget/qiscus_multichannel_widget.dartthat imports:package:qiscus_multichannel_widget/src/page/chat_room_page.dartthat imports:package:qiscus_multichannel_widget/src/widgets/chat_form.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:qiscus_multichannel_widget/qiscus_multichannel_widget.dartthat imports:package:qiscus_multichannel_widget/src/page/chat_room_page.dartthat imports:package:qiscus_multichannel_widget/src/widgets/widgets.dartthat imports:package:qiscus_multichannel_widget/src/widgets/appbar.dartthat imports:package:cached_network_image/cached_network_image.dartthat imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:qiscus_multichannel_widget/qiscus_multichannel_widget.dartthat imports:package:qiscus_multichannel_widget/src/page/chat_room_page.dartthat imports:package:qiscus_multichannel_widget/src/widgets/widgets.dartthat imports:package:qiscus_multichannel_widget/src/widgets/appbar.dartthat imports:package:cached_network_image/cached_network_image.dartthat imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `macOS`.
Because:
package:qiscus_multichannel_widget/qiscus_multichannel_widget.dartthat imports:package:qiscus_multichannel_widget/src/page/chat_room_page.dartthat imports:package:qiscus_multichannel_widget/src/widgets/chat_form.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: 'parent' is deprecated and shouldn't be used. Will be removed in 3.0.0. See https://github.com/rrousselGit/riverpod/issues/3261#issuecomment-1973514033.
lib/src/multichannel_provider.dart:100:7
╷
100 │ parent: widget.parentProviderContainer,
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/multichannel_provider.dart
INFO: Use 'const' with the constructor to improve performance.
lib/src/page/chat_room_page.dart:111:13
╷
111 │ QChatForm(),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/page/chat_room_page.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.10.0 |
2.13.1 | 2.13.1 | |
cached_network_image |
^3.2.1 |
3.4.1 | 4.0.0 | |
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
date_format |
^2.0.5 |
2.0.9 | 2.0.9 | |
file_picker |
^8.1.2 |
8.3.7 | 12.3.0 | |
flutter_riverpod |
^2.1.3 |
2.6.1 | 3.4.3 | |
flutter_secure_storage_x |
^10.1.0 |
10.2.3 | 13.2.0 | |
flutter_secure_storage_x_platform_interface |
>=1.4.1 <1.4.2 |
1.4.1 | 2.2.0 | |
freezed_annotation |
^2.0.3 |
2.4.4 | 3.1.0 | |
grouped_list |
^6.0.0 |
6.0.0 | 6.0.0 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
json_annotation |
^4.5.0 |
4.12.0 | 4.12.0 | |
qiscus_chat_sdk |
^2.1.1 |
2.2.4 | 2.2.4 | |
riverpod |
^2.1.3 |
2.6.1 | 3.4.3 | |
riverpod_annotation |
^2.1.5 |
2.6.1 | 4.0.7 | |
url_launcher |
^6.1.6 |
6.3.2 | 6.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
cached_network_image_platform_interface |
- | 4.1.1 | 5.0.0 | |
cached_network_image_web |
- | 1.3.1 | 2.0.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
code_assets |
- | 2.0.0 | 2.0.0 | |
cross_file |
- | 0.3.5+5 | 0.3.5+5 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio |
- | 5.11.1 | 5.11.1 | |
dio_web_adapter |
- | 2.2.2 | 2.2.2 | |
equatable |
- | 2.1.0 | 2.1.0 | |
event_bus |
- | 2.0.1 | 2.0.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_cache_manager |
- | 3.4.2 | 3.4.2 | |
flutter_plugin_android_lifecycle |
- | 2.0.35 | 2.0.35 | |
flutter_secure_storage_x_linux |
- | 1.4.4 | 1.7.0 | |
flutter_secure_storage_x_macos |
- | 3.4.3 | 3.7.0 | |
flutter_secure_storage_x_web |
- | 2.1.4 | 2.4.0 | |
flutter_secure_storage_x_windows |
- | 3.3.6 | 3.6.0 | |
fpdart |
- | 0.6.0 | 1.2.0 | |
hooks |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
jni |
- | 1.0.3 | 1.0.3 | |
jni_flutter |
- | 1.0.3 | 1.0.3 | |
jni_util |
- | 1.0.0 | 1.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.1.0 | 2.1.0 | |
mqtt_client |
- | 9.8.1 | 10.11.11 | |
objective_c |
- | 9.6.0 | 9.6.0 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.6 | 2.1.6 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.2.0 | 3.2.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pretty_dio_logger |
- | 1.4.0 | 1.4.0 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
sealed_unions |
- | 3.0.3+1 | 3.0.3+1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sqflite |
- | 2.4.4 | 2.4.4 | |
sqflite_android |
- | 2.4.4 | 2.4.4 | |
sqflite_common |
- | 2.5.12 | 2.5.12 | |
sqflite_darwin |
- | 2.4.4 | 2.4.4 | |
sqflite_platform_interface |
- | 2.4.2 | 2.4.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.2 | 3.4.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.33 | 6.3.33 | |
url_launcher_ios |
- | 6.4.2 | 6.4.2 | |
url_launcher_linux |
- | 3.2.3 | 3.2.3 | |
url_launcher_macos |
- | 3.2.6 | 3.2.6 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.6 | 3.1.6 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 6.4.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^3.2.1` on cached_network_image does not support the stable version `4.0.0`, that was published 16 days ago.
When cached_network_image is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions cached_network_image to update the constraint.
The constraint `^8.1.2` on file_picker does not support the stable version `9.0.0`.
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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.