File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
chat_repository_interface Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 5.1.1
2+ - Expose default indicator builder from the indicator options
3+
14## 5.1.0
25- Added optional time indicator in chat detail screens to show which day the message is posted
36
Original file line number Diff line number Diff line change 11name : chat_repository_interface
22description : " The interface for a chat repository"
3- version : 5.1.0
3+ version : 5.1.1
44homepage : " https://github.com/Iconica-Development"
55
66publish_to : https://forgejo.internal.iconica.nl/api/packages/internal/pub/
Original file line number Diff line number Diff line change 11name : firebase_chat_repository
22description : " Firebase repository implementation for the chat domain repository interface"
3- version : 5.1.0
3+ version : 5.1.1
44homepage : " https://github.com/Iconica-Development"
55
66publish_to : https://forgejo.internal.iconica.nl/api/packages/internal/pub/
Original file line number Diff line number Diff line change 11import "package:flutter/material.dart" ;
22import "package:flutter_chat/flutter_chat.dart" ;
3- import "package:flutter_chat/src/screens/chat_detail/widgets/default_chat_time_indicator.dart" ;
3+ export "package:flutter_chat/src/screens/chat_detail/widgets/default_chat_time_indicator.dart" ;
44
55/// All options related to the time indicator
66class ChatTimeIndicatorOptions {
Original file line number Diff line number Diff line change 11name : flutter_chat
22description : " User story of the chat domain for quick integration into flutter apps"
3- version : 5.1.0
3+ version : 5.1.1
44publish_to : https://forgejo.internal.iconica.nl/api/packages/internal/pub/
55
66environment :
You can’t perform that action at this time.
0 commit comments