flutter_chat_types 2.1.3
flutter_chat_types: ^2.1.3 copied to clipboard
Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries which contains shared type declarations.
2.1.3 #
- Update to Flutter 2.2
2.1.2 #
- Add equatable to every type
2.1.1 #
- Fix bug with empty preview data
2.1.0 #
- Add
copyWith
to the message
2.0.9 #
- Add custom metadata to message and user classes
2.0.8 #
- Add custom metadata to the room class. Thanks @alihen for the PR!
2.0.7 #
- Update homepage
2.0.6 #
- Update README
2.0.5 #
- Update types
2.0.4 #
- Add Room type
2.0.3 #
- Fix null status
2.0.2 #
- Add CI
2.0.1 #
- Update to null safety
2.0.0 #
- Update to Flutter 2
1.1.1 #
- Finish documentation
- Rename URL to URI
1.1.0 #
- Add partial classes
1.0.9 #
- Add null checking
1.0.8 #
- Fix TextMessage mapping
1.0.7 #
- Fix PreviewData mapping
1.0.6 #
- Code cleanup
1.0.5 #
- Export PreviewDatImage type
1.0.4 #
- Add PreviewData type
1.0.3 #
- Make timestamp optional
1.0.2 #
- Add toJson method
1.0.1 #
- Fix file message type
1.0.0 #
- Add file message type
0.0.1 #
- Initial release