flutter_inapp_chat 0.4.0 copy "flutter_inapp_chat: ^0.4.0" to clipboard
flutter_inapp_chat: ^0.4.0 copied to clipboard

A simple, complete chat system for Flutter with ready-to-use UI, image sharing, and view models, backed by Cloud Firestore, Appwrite, or Supabase.

0.4.0 #

  • Breaking: rename package firestore_chat -> flutter_inapp_chat (the name inapp_chat was rejected by pub.dev as too similar to the existing in_app_chat package); rename FirestoreChat -> InappChat, FirestoreChatPage -> InappChatPage, FirestoreChatViewModel -> InappChatViewModel
  • Breaking: add pluggable ChatBackend abstraction; ChatEntity now requires a backend field
  • Add FirestoreChatBackend, AppwriteChatBackend, and SupabaseChatBackend, each importable from its own file under lib/backends/ so unused backend SDKs aren't pulled into consumers' builds
  • package:flutter_inapp_chat/inapp_chat.dart no longer exports a Firestore-specific entry point; import the backend you use directly

0.3.0 #

  • Remove flutter_localizations and the intl dependency override from the package itself (it belongs only in the example app); relax the intl constraint so dependency resolution succeeds cleanly on pub.dev
  • Add dartdoc comments across the public API
  • Shorten the pubspec description to fit pub.dev's search result display

0.2.1 #

  • Upgrade to support current Flutter/Dart SDKs (Flutter >=3.35.0, Dart >=3.9.0)
  • Bump dependencies to latest compatible versions (cloud_firestore, firebase_core, firebase_storage, image_picker, flutter_lints)

0.2.0 #

  • Flutter 3.35.2 upgrade

0.1.2 #

  • Fix arabic error for datetime formatting

0.1.1 #

  • Image sharing support

0.1.0 #

  • Dart 3 null safety support

0.0.3 #

  • Fix dark mode message input color

0.0.2 #

  • Add example and fix name issue

0.0.1 #

  • Initial release.
0
likes
160
points
77
downloads

Documentation

API reference

Publisher

verified publisheredentech.online

Weekly Downloads

A simple, complete chat system for Flutter with ready-to-use UI, image sharing, and view models, backed by Cloud Firestore, Appwrite, or Supabase.

Repository (GitHub)
View/report issues

Topics

#chat #firebase #firestore #supabase #appwrite

License

MIT (license)

Dependencies

appwrite, cloud_firestore, dash_chat_custom, firebase_core, firebase_storage, flutter, image_picker, intl, ionicons, stacked, supabase_flutter, url_launcher

More

Packages that depend on flutter_inapp_chat