fix: expose default chat indicator builder

This commit is contained in:
Joey Boerwinkel 2025-03-06 16:57:30 +01:00
parent bcf2c0484b
commit 53283a8016
5 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,6 @@
## 5.1.1
- Expose default indicator builder from the indicator options
## 5.1.0
- Added optional time indicator in chat detail screens to show which day the message is posted

View file

@ -1,6 +1,6 @@
name: chat_repository_interface
description: "The interface for a chat repository"
version: 5.1.0
version: 5.1.1
homepage: "https://github.com/Iconica-Development"
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/

View file

@ -1,6 +1,6 @@
name: firebase_chat_repository
description: "Firebase repository implementation for the chat domain repository interface"
version: 5.1.0
version: 5.1.1
homepage: "https://github.com/Iconica-Development"
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/

View file

@ -1,6 +1,6 @@
import "package:flutter/material.dart";
import "package:flutter_chat/flutter_chat.dart";
import "package:flutter_chat/src/screens/chat_detail/widgets/default_chat_time_indicator.dart";
export "package:flutter_chat/src/screens/chat_detail/widgets/default_chat_time_indicator.dart";
/// All options related to the time indicator
class ChatTimeIndicatorOptions {

View file

@ -1,6 +1,6 @@
name: flutter_chat
description: "User story of the chat domain for quick integration into flutter apps"
version: 5.1.0
version: 5.1.1
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
environment: