flutter_inapp_chat 0.4.0
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 nameinapp_chatwas rejected by pub.dev as too similar to the existingin_app_chatpackage); renameFirestoreChat->InappChat,FirestoreChatPage->InappChatPage,FirestoreChatViewModel->InappChatViewModel - Breaking: add pluggable
ChatBackendabstraction;ChatEntitynow requires abackendfield - Add
FirestoreChatBackend,AppwriteChatBackend, andSupabaseChatBackend, each importable from its own file underlib/backends/so unused backend SDKs aren't pulled into consumers' builds package:flutter_inapp_chat/inapp_chat.dartno longer exports a Firestore-specific entry point; import the backend you use directly
0.3.0 #
- Remove
flutter_localizationsand theintldependency override from the package itself (it belongs only in the example app); relax theintlconstraint 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.