chat_app_flutter 0.1.1 copy "chat_app_flutter: ^0.1.1" to clipboard
chat_app_flutter: ^0.1.1 copied to clipboard

Flutter chat package for chat-app backend. Real-time messaging with WebSocket/STOMP.

0.1.1 #

  • Fix: provider mutation in dispose() caused "Tried to modify a provider while the widget tree was building" error — deferred via Future.microtask
  • Fix: typing indicator timer firing after widget disposal caused "Cannot use ref after widget was disposed" error — switched to _container reference

0.1.0 #

Initial public release.

  • Real-time messaging via WebSocket (STOMP over SockJS)
  • Room list with unread count badges, mute support, and pull-to-refresh
  • Reply to messages with a quoted preview bar
  • Emoji reactions (6 emojis) with long-press picker
  • Photo sharing from gallery or camera with full-screen viewer
  • Message actions: copy, reply, edit, delete (long-press)
  • Push notification support via FCM (opt-in, no Firebase dependency in package)
  • Typing indicators in room app bar
  • JWT-based auth — host app issues the token, package consumes it
  • Riverpod state management with a stable nested ProviderScope
  • ChatApp.initialize() / ChatApp.reset() API for easy integration
0
likes
0
points
173
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter chat package for chat-app backend. Real-time messaging with WebSocket/STOMP.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, dio, flutter, flutter_riverpod, image_picker, shared_preferences, stomp_dart_client

More

Packages that depend on chat_app_flutter