stream_chat_flutter 4.6.0 stream_chat_flutter: ^4.6.0 copied to clipboard
Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
We analyzed this package 2 days ago, and awarded it 70 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
3602 out of 3866 API elements (93.2 %) have documentation comments.
Some symbols that are missing documentation: element_registry
, indexed_key
, item_positions_listener
, item_positions_notifier
, positioned_list
.
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:stream_chat_flutter/stream_chat_flutter.dart
that imports:package:stream_chat_flutter/src/visible_footnote.dart
that imports:package:stream_chat_flutter/src/extension.dart
that imports:package:stream_chat_flutter/src/localization/translations.dart
that imports:package:stream_chat_flutter/src/v4/message_input/stream_message_input.dart
that imports:package:stream_chat_flutter/src/video_thumbnail_image.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:stream_chat_flutter/stream_chat_flutter.dart
that imports:package:stream_chat_flutter/src/visible_footnote.dart
that imports:package:stream_chat_flutter/src/extension.dart
that imports:package:stream_chat_flutter/src/localization/translations.dart
that imports:package:stream_chat_flutter/src/v4/message_input/stream_message_input.dart
that imports:package:stream_chat_flutter/src/video_thumbnail_image.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:stream_chat_flutter/stream_chat_flutter.dart
that imports:package:stream_chat_flutter/src/visible_footnote.dart
that imports:package:stream_chat_flutter/src/extension.dart
that imports:package:stream_chat_flutter/src/localization/translations.dart
that imports:package:stream_chat_flutter/src/v4/message_input/stream_message_input.dart
that imports:package:stream_chat_flutter/src/video_thumbnail_image.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:stream_chat_flutter/stream_chat_flutter.dart
that imports:package:stream_chat_flutter/src/visible_footnote.dart
that imports:package:stream_chat_flutter/src/extension.dart
that imports:package:stream_chat_flutter/src/localization/translations.dart
that imports:package:stream_chat_flutter/src/v4/message_input/stream_message_input.dart
that imports:package:stream_chat_flutter/src/video_thumbnail_image.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
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.dart
that imports:package:stream_chat_flutter/src/visible_footnote.dart
that imports:package:stream_chat_flutter/src/extension.dart
that imports:package:stream_chat_flutter/src/localization/translations.dart
that imports:package:stream_chat_flutter/src/v4/message_input/stream_message_input.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/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:stream_chat_flutter/stream_chat_flutter.dart
that imports:package:stream_chat_flutter/src/visible_footnote.dart
that imports:package:stream_chat_flutter/src/extension.dart
that imports:package:stream_chat_flutter/src/localization/translations.dart
that imports:package:stream_chat_flutter/src/v4/message_input/stream_message_input.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/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
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 58 issues. Showing the first 2:
ERROR: The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry'.
lib/src/channel_avatar.dart:102:25
╷
102 │ borderRadius: borderRadius ?? previewTheme?.borderRadius,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/channel_avatar.dart
ERROR: The getter 'bodyText2' isn't defined for the type 'TextTheme'.
lib/src/channel_header.dart:162:47
╷
162 │ toolbarTextStyle: theme.textTheme.bodyText2,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/channel_header.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cached_network_image |
^3.0.0 |
3.3.1 | 3.4.1 |
characters |
^1.1.0 |
1.3.0 | 1.3.1 |
chewie |
^1.3.0 |
1.8.5 | 1.8.5 |
collection |
^1.15.0 |
1.18.0 | 1.19.1 |
diacritic |
^0.1.3 |
0.1.6 | 0.1.6 |
dio |
^4.0.6 |
4.0.6 | 5.7.0 |
ezanimation |
^0.6.0 |
0.6.0 | 0.6.0 |
file_picker |
^5.0.0 |
5.5.0 | 8.1.4 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_markdown |
^0.6.1 |
0.6.23 | 0.7.4+1 |
flutter_portal |
^1.0.0 |
1.1.4 | 1.1.4 |
flutter_slidable |
^2.0.0 |
2.0.0 | 3.1.1 |
flutter_svg |
^1.0.1 |
1.1.6 | 2.0.14 |
http_parser |
^4.0.0 |
4.0.2 | 4.1.1 |
image_gallery_saver |
^1.7.0 |
1.7.1 | 2.0.3 |
image_picker |
^0.8.2 |
0.8.9 | 1.1.2 |
jiffy |
^5.0.0 |
5.0.1 | 6.3.1 |
lottie |
^1.0.1 |
1.4.3 | 3.1.3 |
meta |
^1.3.0 |
1.15.0 | 1.16.0 |
path_provider |
^2.0.1 |
2.1.5 | 2.1.5 |
photo_manager |
^2.0.1 |
2.8.2 | 3.6.2 |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 |
rxdart |
^0.27.0 |
0.27.7 | 0.28.0 |
share_plus |
^4.0.1 |
4.5.3 | 10.1.2 |
shimmer |
^2.0.0 |
2.0.0 | 3.0.0 |
stream_chat_flutter_core |
^4.6.0 |
4.6.0 | 8.2.0 |
substring_highlight |
^1.0.26 |
1.0.33 | 1.0.33 |
url_launcher |
^6.1.0 |
6.3.1 | 6.3.1 |
video_player |
^2.1.0 |
2.9.2 | 2.9.2 |
video_thumbnail |
^0.5.0 |
0.5.3 | 0.5.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 3.6.1 | 3.6.1 |
args |
- | 2.6.0 | 2.6.0 |
asn1lib |
- | 1.5.8 | 1.5.8 |
async |
- | 2.12.0 | 2.12.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
cached_network_image_platform_interface |
- | 4.0.0 | 4.1.1 |
cached_network_image_web |
- | 1.2.0 | 1.3.1 |
clock |
- | 1.1.2 | 1.1.2 |
connectivity_plus |
- | 2.3.8 | 6.1.0 |
connectivity_plus_linux |
- | 1.3.1 | 1.3.1 |
connectivity_plus_macos |
- | 1.2.6 | 1.2.6 |
connectivity_plus_platform_interface |
- | 1.2.4 | 2.0.1 |
connectivity_plus_web |
- | 1.2.3 | 1.2.5 |
connectivity_plus_windows |
- | 1.2.2 | 1.2.2 |
convert |
- | 3.1.2 | 3.1.2 |
cross_file |
- | 0.3.4+2 | 0.3.4+2 |
crypto |
- | 3.0.6 | 3.0.6 |
crypto_keys |
- | 0.3.0+1 | 0.3.0+1 |
csslib |
- | 1.0.2 | 1.0.2 |
cupertino_icons |
- | 1.0.8 | 1.0.8 |
dbus |
- | 0.7.10 | 0.7.10 |
equatable |
- | 2.0.5 | 2.0.5 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 6.1.4 | 7.0.1 |
file_selector_linux |
- | 0.9.3+1 | 0.9.3+1 |
file_selector_macos |
- | 0.9.4+2 | 0.9.4+2 |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 |
file_selector_windows |
- | 0.9.3+3 | 0.9.3+3 |
flutter_cache_manager |
- | 3.3.1 | 3.4.1 |
flutter_plugin_android_lifecycle |
- | 2.0.23 | 2.0.23 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
freezed_annotation |
- | 2.4.4 | 2.4.4 |
html |
- | 0.15.5 | 0.15.5 |
http |
- | 1.2.2 | 1.2.2 |
image_picker_android |
- | 0.8.12+17 | 0.8.12+17 |
image_picker_for_web |
- | 2.2.0 | 3.0.6 |
image_picker_ios |
- | 0.8.12+1 | 0.8.12+1 |
image_picker_linux |
- | 0.2.1+1 | 0.2.1+1 |
image_picker_macos |
- | 0.2.1+1 | 0.2.1+1 |
image_picker_platform_interface |
- | 2.10.0 | 2.10.0 |
image_picker_windows |
- | 0.2.1+1 | 0.2.1+1 |
intl |
- | 0.18.1 | 0.20.0 |
jose |
- | 0.3.4 | 0.3.4 |
js |
- | 0.7.1 | 0.7.1 |
json_annotation |
- | 4.9.0 | 4.9.0 |
logging |
- | 1.3.0 | 1.3.0 |
markdown |
- | 7.2.2 | 7.2.2 |
matcher |
- | 0.12.17 | 0.12.17 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
mime |
- | 1.0.6 | 2.0.0 |
nested |
- | 1.0.0 | 1.0.0 |
nm |
- | 0.5.0 | 0.5.0 |
octo_image |
- | 2.1.0 | 2.1.0 |
package_info_plus |
- | 8.1.1 | 8.1.1 |
package_info_plus_platform_interface |
- | 3.0.1 | 3.0.1 |
path |
- | 1.9.1 | 1.9.1 |
path_drawing |
- | 1.0.1 | 1.0.1 |
path_parsing |
- | 1.1.0 | 1.1.0 |
path_provider_android |
- | 2.2.12 | 2.2.12 |
path_provider_foundation |
- | 2.4.0 | 2.4.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 |
- | 6.0.2 | 6.0.2 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pointycastle |
- | 3.9.1 | 3.9.1 |
provider |
- | 6.1.2 | 6.1.2 |
quiver |
- | 3.2.2 | 3.2.2 |
rate_limiter |
- | 0.1.1 | 1.0.0 |
share_plus_linux |
- | 3.0.1 | 3.0.1 |
share_plus_macos |
- | 3.0.1 | 3.0.1 |
share_plus_platform_interface |
- | 3.4.0 | 5.0.1 |
share_plus_web |
- | 3.1.0 | 3.1.0 |
share_plus_windows |
- | 3.0.1 | 4.0.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
sqflite |
- | 2.4.1 | 2.4.1 |
sqflite_android |
- | 2.4.0 | 2.4.0 |
sqflite_common |
- | 2.5.4+5 | 2.5.4+5 |
sqflite_darwin |
- | 2.4.1 | 2.4.1 |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
stream_chat |
- | 4.6.0 | 8.2.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.7.3 | 0.7.3 |
typed_data |
- | 1.4.0 | 1.4.0 |
url_launcher_android |
- | 6.3.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.1 | 6.3.1 |
url_launcher_linux |
- | 3.2.1 | 3.2.1 |
url_launcher_macos |
- | 3.2.1 | 3.2.1 |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 |
url_launcher_web |
- | 2.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
uuid |
- | 3.0.7 | 4.5.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
video_player_android |
- | 2.7.16 | 2.7.16 |
video_player_avfoundation |
- | 2.6.2 | 2.6.2 |
video_player_platform_interface |
- | 6.2.3 | 6.2.3 |
video_player_web |
- | 2.3.3 | 2.3.3 |
wakelock_plus |
- | 1.2.8 | 1.2.8 |
wakelock_plus_platform_interface |
- | 1.2.1 | 1.2.1 |
web |
- | 0.5.1 | 1.1.0 |
web_socket_channel |
- | 2.4.5 | 3.0.1 |
win32 |
- | 5.8.0 | 5.8.0 |
x509 |
- | 0.2.4+3 | 0.2.4+3 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 15 issues. Showing the first 2:
The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio
to update the constraint.
The constraint `^5.0.0` on file_picker does not support the stable version `6.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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 22 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE
-lib/src/channel_avatar.dart:102:25
- The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry'.UNDEFINED_GETTER
-lib/src/channel_header.dart:162:47
- The getter 'bodyText2' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER
-lib/src/channel_header.dart:163:45
- The getter 'headline6' isn't defined for the type 'TextTheme'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.