stream_chat_flutter 10.0.0-beta.13
stream_chat_flutter: ^10.0.0-beta.13 copied to clipboard
Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
We analyzed this package 37 hours ago, and awarded it 120 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
7394 out of 8302 API elements (89.1 %) have documentation comments.
Some symbols that are missing documentation: conditional_parent_builder, desktop_widget, desktop_widget_base, desktop_widget_builder, element_registry.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:stream_chat_flutter/stream_chat_flutter.dartthat imports:package:stream_chat_flutter/src/utils/extensions.dartthat imports:package:stream_chat_flutter/src/localization/translations.dartthat imports:package:stream_chat_flutter_core/stream_chat_flutter_core.dartthat imports:package:stream_chat_flutter_core/src/stream_chat_core.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:stream_chat_flutter/stream_chat_flutter.dartthat imports:package:stream_chat_flutter/src/utils/extensions.dartthat imports:package:stream_chat_flutter/src/localization/translations.dartthat imports:package:stream_chat_flutter_core/stream_chat_flutter_core.dartthat imports:package:stream_chat_flutter_core/src/stream_chat_core.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:stream_chat_flutter/stream_chat_flutter.dartthat imports:package:stream_chat_flutter/src/utils/extensions.dartthat imports:package:stream_chat_flutter/src/localization/translations.dartthat imports:package:stream_chat_flutter_core/stream_chat_flutter_core.dartthat imports:package:stream_chat_flutter_core/src/stream_chat_core.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:stream_chat_flutter/stream_chat_flutter.dartthat imports:package:stream_chat_flutter/src/utils/extensions.dartthat imports:package:stream_chat_flutter/src/localization/translations.dartthat imports:package:stream_chat_flutter_core/stream_chat_flutter_core.dartthat imports:package:stream_chat_flutter_core/src/stream_chat_core.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:stream_chat_flutter/stream_chat_flutter.dartthat imports:package:stream_chat_flutter/src/utils/extensions.dartthat imports:package:stream_chat_flutter/src/localization/translations.dartthat imports:package:stream_chat_flutter_core/stream_chat_flutter_core.dartthat imports:package:stream_chat_flutter_core/src/stream_chat_core.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:stream_chat_flutter/stream_chat_flutter.dartthat imports:package:stream_chat_flutter/src/utils/extensions.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/linux/file_picker_linux.dartthat imports:package:dbus/dbus.dartthat declares support for platforms:Windows,Linux.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:stream_chat_flutter/stream_chat_flutter.dartthat imports:package:stream_chat_flutter/src/utils/typedefs.dartthat imports:package:stream_chat_flutter/src/message_input/command_button.dartthat imports:package:stream_core_flutter/stream_core_flutter.dartthat imports:package:stream_core_flutter/src/theme.dartthat imports:package:stream_core_flutter/src/factory/stream_component_factory.dartthat imports:package:stream_core_flutter/src/components.dartthat imports:package:stream_core_flutter/src/components/common/stream_network_image.dartthat imports:package:cached_network_image_ce/cached_network_image.dartthat imports:package:cached_network_image_ce/src/image_provider/cached_network_image_provider.dartthat imports:package:cached_network_image_platform_interface_ce/cached_network_image_platform_interface_ce.dartthat imports:package:cached_network_image_platform_interface_ce/src/file_response.dartthat imports:package:file/file.dartthat imports:package:file/src/interface.dartthat imports:package:file/src/io.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
INFO: 'translate' is deprecated and shouldn't be used. Use translateByVector3, translateByVector4, or translateByDouble instead.
lib/scrollable_positioned_list/src/wrapping.dart:964:15
╷
964 │ transform.translate(offset.dx, offset.dy);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/scrollable_positioned_list/src/wrapping.dart
INFO: Missing type annotation.
lib/src/attachment_actions_modal/attachment_actions_modal.dart:260:5
╷
260 │ context,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/attachment_actions_modal/attachment_actions_modal.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.3.1 |
3.4.1 | 3.4.1 | |
chewie |
^1.8.1 |
1.13.1 | 1.13.1 | |
collection |
^1.17.2 |
1.19.1 | 1.19.1 | |
desktop_drop |
>=0.5.0 <0.8.0 |
0.7.0 | 0.7.0 | |
diacritic |
^0.1.5 |
0.1.6 | 0.1.6 | |
dio |
^5.4.3+1 |
5.9.2 | 5.9.2 | |
ezanimation |
^0.6.0 |
0.6.0 | 0.6.0 | |
file_picker |
^10.1.2 |
10.3.10 | 11.0.2 | |
file_selector |
^1.0.3 |
1.1.0 | 1.1.0 | |
flutter_markdown |
^0.7.2+1 |
0.7.7+1 | 0.7.7+1 | Discontinued |
flutter_portal |
^1.1.4 |
1.1.4 | 1.1.4 | |
flutter_svg |
^2.0.10+1 |
2.2.4 | 2.2.4 | |
gal |
^2.3.1 |
2.3.2 | 2.3.2 | |
get_thumbnail_video |
^0.7.3 |
0.7.3 | 0.7.3 | |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
image_size_getter |
^2.3.0 |
2.4.1 | 2.4.1 | |
jiffy |
^6.2.1 |
6.4.4 | 6.4.4 | |
just_audio |
>=0.9.38 <0.11.0 |
0.10.5 | 0.10.5 | |
lottie |
^3.1.2 |
3.3.3 | 3.3.3 | |
media_kit |
^1.2.2 |
1.2.6 | 1.2.6 | |
media_kit_video |
^2.0.0 |
2.0.1 | 2.0.1 | |
meta |
^1.9.1 |
1.17.0 | 1.18.2 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
photo_manager |
^3.8.3 |
3.9.0 | 3.9.0 | |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 | |
rate_limiter |
^1.0.0 |
1.0.0 | 1.0.0 | |
record |
^6.2.0 |
6.2.0 | 6.2.0 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
share_plus |
>=11.0.0 <13.0.0 |
12.0.2 | 13.0.0 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
stream_chat_flutter_core |
^10.0.0-beta.13 |
10.0.0-beta.13 | 10.0.0-beta.13 | |
stream_core_flutter |
^0.1.0 |
0.1.0 | 0.2.0 | |
svg_icon_widget |
^0.0.1 |
0.0.1+1 | 0.0.1+1 | |
synchronized |
^3.1.0+1 |
3.4.0 | 3.4.0 | |
theme_extensions_builder_annotation |
^7.1.0 |
7.3.0 | 7.3.0 | |
thumblr |
^0.0.4 |
0.0.4 | 0.0.4 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
video_player |
^2.8.7 |
2.11.1 | 2.11.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.1 | 2.13.1 | |
audio_session |
- | 0.2.3 | 0.2.3 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
cached_network_image_ce |
- | 4.6.4 | 4.6.4 | |
cached_network_image_platform_interface |
- | 4.1.1 | 4.1.1 | |
cached_network_image_platform_interface_ce |
- | 5.2.0 | 5.2.0 | |
cached_network_image_web |
- | 1.3.1 | 1.3.1 | |
cached_network_image_web_ce |
- | 2.1.1 | 2.1.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 1.0.0 | 1.0.0 | |
connectivity_plus |
- | 7.1.1 | 7.1.1 | |
connectivity_plus_platform_interface |
- | 2.1.0 | 2.1.0 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.5+2 | 0.3.5+2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
crypto_keys |
- | 0.3.1 | 0.3.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
cupertino_icons |
- | 1.0.9 | 1.0.9 | |
dbus |
- | 0.7.12 | 0.7.12 | |
device_info_plus |
- | 12.4.0 | 13.0.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 8.0.0 | |
dio_web_adapter |
- | 2.1.2 | 2.1.2 | |
equatable |
- | 2.0.8 | 2.0.8 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
file_selector_android |
- | 0.5.2+5 | 0.5.2+5 | |
file_selector_ios |
- | 0.5.3+5 | 0.5.3+5 | |
file_selector_linux |
- | 0.9.4 | 0.9.4 | |
file_selector_macos |
- | 0.9.5 | 0.9.5 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_web |
- | 0.9.4+2 | 0.9.4+2 | |
file_selector_windows |
- | 0.9.3+5 | 0.9.3+5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_cache_manager |
- | 3.4.1 | 3.4.1 | |
flutter_markdown_plus |
- | 1.0.7 | 1.0.7 | |
flutter_plugin_android_lifecycle |
- | 2.0.34 | 2.0.34 | |
freezed_annotation |
- | 3.1.0 | 3.1.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
hashcodes |
- | 2.0.0 | 2.0.0 | |
hive_ce |
- | 2.19.3 | 2.19.3 | |
hooks |
- | 1.0.2 | 1.0.2 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 1.6.0 | 1.6.0 | |
image |
- | 4.8.0 | 4.8.0 | |
image_picker_android |
- | 0.8.13+16 | 0.8.13+16 | |
image_picker_for_web |
- | 3.1.1 | 3.1.1 | |
image_picker_ios |
- | 0.8.13+6 | 0.8.13+6 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2+1 | 0.2.2+1 | |
image_picker_platform_interface |
- | 2.11.1 | 2.11.1 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
isolate_channel |
- | 0.6.1 | 0.6.1 | |
jni |
- | 1.0.0 | 1.0.0 | |
jni_flutter |
- | 1.0.1 | 1.0.1 | |
jose |
- | 0.3.5+2 | 0.3.5+2 | |
json_annotation |
- | 4.11.0 | 4.11.0 | |
just_audio_platform_interface |
- | 4.6.0 | 4.6.0 | |
just_audio_web |
- | 0.4.16 | 0.4.16 | |
logging |
- | 1.3.0 | 1.3.0 | |
markdown |
- | 7.3.1 | 7.3.1 | |
matcher |
- | 0.12.19 | 0.12.19 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
native_toolchain_c |
- | 0.17.6 | 0.17.6 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
objective_c |
- | 9.3.0 | 9.3.0 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus |
- | 9.0.1 | 10.0.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 4.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
posix |
- | 6.5.0 | 6.5.0 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
record_android |
- | 1.5.1 | 1.5.1 | |
record_ios |
- | 1.2.0 | 1.2.0 | |
record_linux |
- | 1.3.0 | 1.3.0 | |
record_macos |
- | 1.2.1 | 1.2.1 | |
record_platform_interface |
- | 1.5.0 | 1.5.0 | |
record_web |
- | 1.3.0 | 1.3.0 | |
record_windows |
- | 1.0.7 | 1.0.7 | |
safe_local_storage |
- | 2.0.3 | 2.0.3 | |
share_plus_platform_interface |
- | 6.1.0 | 7.0.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+3 | 2.4.2+3 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_chat |
- | 10.0.0-beta.13 | 10.0.0-beta.13 | |
stream_core |
- | 0.4.0 | 0.4.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.11 | 0.7.11 | |
thumblr_macos |
- | 0.4.0 | 0.4.0 | |
thumblr_platform_interface |
- | 0.3.1+1 | 0.3.1+1 | |
thumblr_windows |
- | 0.0.3+1 | 0.0.3+1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
uri_parser |
- | 3.0.2 | 3.0.2 | |
url_launcher_android |
- | 6.3.29 | 6.3.29 | |
url_launcher_ios |
- | 6.4.1 | 6.4.1 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.2 | 2.4.2 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
uuid |
- | 4.5.3 | 4.5.3 | |
vector_graphics |
- | 1.1.21 | 1.1.21 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.2.0 | 1.2.0 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
video_player_android |
- | 2.9.5 | 2.9.5 | |
video_player_avfoundation |
- | 2.9.4 | 2.9.4 | |
video_player_platform_interface |
- | 6.6.0 | 6.6.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
wakelock_plus |
- | 1.5.2 | 1.6.0 | |
wakelock_plus_platform_interface |
- | 1.5.0 | 1.5.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
win32 |
- | 5.15.0 | 6.0.1 | |
win32_registry |
- | 2.1.0 | 3.0.3 | |
x509 |
- | 0.2.4+3 | 0.2.4+3 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^10.1.2` on file_picker does not support the stable version `11.0.0`, that was published 10 days ago.
When file_picker is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `>=11.0.0 <13.0.0` on share_plus does not support the stable version `13.0.0`, that was published 4 days ago.
When share_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions share_plus 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.12, Flutter 3.41.6, Dart 3.11.4.
Check the analysis log for details.