firestore_chat 0.3.0
firestore_chat: ^0.3.0 copied to clipboard
A simple, complete chat system for Flutter backed by Cloud Firestore, with ready-to-use UI, image sharing, and view models.
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.