chaty 1.0.14 copy "chaty: ^1.0.14" to clipboard
chaty: ^1.0.14 copied to clipboard

A Firebase chat widget for Flutter with real-time messaging, media sharing, and easy integration into your apps.

130/ 160
pub points
92
downloads

We analyzed this package 11 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

161 out of 182 API elements (88.5 %) have documentation comments.

Some symbols that are missing documentation: build_methoda, chat, chat_list_screen, chat_screen, chat_service.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:chaty/chaty.dart that imports:
  • package:chaty/ui/chat_screen.dart that imports:
  • package:chaty/ui/widgets/message_list.dart that imports:
  • package:chaty/services/chat_service.dart that imports:
  • package:chaty/services/notification_services.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:chaty/chaty.dart that imports:
  • package:chaty/ui/widgets/message_bubble.dart that imports:
  • package:chaty/models/message.dart that imports:
  • package:cloud_firestore/cloud_firestore.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:chaty/chaty.dart that imports:
  • package:chaty/ui/chat_screen.dart that imports:
  • package:chaty/ui/widgets/message_list.dart that imports:
  • package:chaty/services/chat_service.dart that imports:
  • package:chaty/services/notification_services.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:chaty/chaty.dart that imports:
  • package:chaty/ui/chat_screen.dart that imports:
  • package:chaty/ui/widgets/message_list.dart that imports:
  • package:chaty/services/chat_service.dart that imports:
  • package:chaty/services/notification_services.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that 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:chaty/chaty.dart that imports:
  • package:chaty/ui/chat_screen.dart that imports:
  • package:chaty/ui/widgets/message_list.dart that imports:
  • package:chaty/services/chat_service.dart that imports:
  • package:chaty/services/notification_services.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:chaty/chaty.dart that imports:
  • package:chaty/ui/chat_screen.dart that imports:
  • package:chaty/ui/widgets/message_list.dart that imports:
  • package:chaty/services/chat_service.dart that imports:
  • package:chaty/services/notification_services.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:chaty/chaty.dart that imports:
  • package:chaty/ui/chat_screen.dart that imports:
  • package:chaty/ui/widgets/message_list.dart that imports:
  • package:chaty/services/chat_service.dart that imports:
  • package:chaty/services/storage_services.dart that imports:
  • package:firebase_storage/firebase_storage.dart that imports:
  • package:firebase_storage_platform_interface/firebase_storage_platform_interface.dart that imports:
  • package:firebase_storage_platform_interface/src/platform_interface/platform_interface_reference.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 6 issues. Showing the first 2:

INFO: An uninitialized field should have an explicit type annotation.

lib/models/message.dart:52:9

   ╷
52 │   final isDeleted;
   │         ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/models/message.dart

INFO: Missing type annotation.

lib/models/message.dart:52:9

   ╷
52 │   final isDeleted;
   │         ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/models/message.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
cloud_firestore any 6.0.3 6.0.3
firebase_core any 4.2.0 4.2.0
firebase_messaging any 16.0.3 16.0.3
firebase_storage any 13.0.3 13.0.3
flutter_local_notifications any 19.5.0 19.5.0
http any 1.5.0 1.5.0
image_picker any 1.2.0 1.2.0
path_provider any 2.1.5 2.1.5
permission_handler any 12.0.1 12.0.1
provider any 6.1.5+1 6.1.5+1
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.63 1.3.63
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 7.0.3 7.0.3
cloud_firestore_web - 5.0.3 5.0.3
collection - 1.19.1 1.19.1
cross_file - 0.3.4+2 0.3.4+2
dbus - 0.7.11 0.7.11
fake_async - 1.3.3 1.3.3
ffi - 2.1.4 2.1.4
file_selector_linux - 0.9.3+2 0.9.3+2
file_selector_macos - 0.9.4+4 0.9.4+4
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+4 0.9.3+4
firebase_core_platform_interface - 6.0.2 6.0.2
firebase_core_web - 3.2.0 3.2.0
firebase_messaging_platform_interface - 4.7.3 4.7.3
firebase_messaging_web - 4.0.3 4.0.3
firebase_storage_platform_interface - 5.2.14 5.2.14
firebase_storage_web - 3.10.21 3.10.21
flutter_local_notifications_linux - 6.0.0 6.0.0
flutter_local_notifications_platform_interface - 9.1.0 9.1.0
flutter_local_notifications_windows - 1.0.3 1.0.3
flutter_plugin_android_lifecycle - 2.0.32 2.0.32
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+5 0.8.13+5
image_picker_for_web - 3.1.0 3.1.0
image_picker_ios - 0.8.13 0.8.13
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2 0.2.2
image_picker_platform_interface - 2.11.0 2.11.0
image_picker_windows - 0.2.2 0.2.2
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.20 2.2.20
path_provider_foundation - 2.4.2 2.4.2
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
permission_handler_android - 13.0.1 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.6 0.7.7
timezone - 0.10.1 0.10.1
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 6 errors:

  • WRONG_NUMBER_OF_TYPE_ARGUMENTS - lib/services/chat_service.dart:83:12 - The type 'DocumentSnapshot' is declared with 0 type parameters, but 1 type arguments were given.
  • WRONG_NUMBER_OF_TYPE_ARGUMENTS - lib/services/chat_service.dart:94:8 - The type 'QueryDocumentSnapshot' is declared with 0 type parameters, but 1 type arguments were given.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/services/chat_service.dart:142:43 - The argument type 'Map<String, dynamic>?' can't be assigned to the parameter type 'Map<String, dynamic>'.

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.24, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
130
points
92
downloads

Publisher

verified publishermindster.com

Weekly Downloads

A Firebase chat widget for Flutter with real-time messaging, media sharing, and easy integration into your apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, firebase_core, firebase_messaging, firebase_storage, flutter, flutter_local_notifications, http, image_picker, path_provider, permission_handler, provider

More

Packages that depend on chaty