merge master
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 62 KiB |
@@ -57,7 +57,7 @@ The changes will be listed by package and a concise changelog will follow with m
|
|||||||
|
|
||||||
* `MessageBuilder` and `ParentMessageBuilder` signature is now
|
* `MessageBuilder` and `ParentMessageBuilder` signature is now
|
||||||
|
|
||||||
```
|
```dart
|
||||||
typedef MessageBuilder = Widget Function(
|
typedef MessageBuilder = Widget Function(
|
||||||
BuildContext,
|
BuildContext,
|
||||||
MessageDetails,
|
MessageDetails,
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
|
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
|
||||||
- [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/)
|
- [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/)
|
||||||
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
|
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
|
||||||
|
- [Chat Client Docs](https://getstream.io/chat/docs/flutter-dart/?language=dart)
|
||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
|
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
|
||||||
- [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/)
|
- [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/)
|
||||||
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
|
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
|
||||||
|
- [UI Docs](https://getstream.io/chat/docs/sdk/flutter/stream_chat_flutter/introduction/)
|
||||||
|
- [Chat Client Docs](https://getstream.io/chat/docs/flutter-dart/?language=dart)
|
||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
|
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
|
||||||
- [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/)
|
- [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/)
|
||||||
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
|
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
|
||||||
|
- [Core Docs](https://getstream.io/chat/docs/sdk/flutter/stream_chat_flutter_core/introduction/)
|
||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
|
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
|
||||||
- [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/)
|
- [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/)
|
||||||
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
|
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
|
||||||
|
- [Flutter Offline Docs](https://getstream.io/chat/docs/flutter-dart/flutter_offline/)
|
||||||
|
|
||||||
This package provides a persistence client for fetching and saving chat data locally.
|
This package provides a persistence client for fetching and saving chat data locally.
|
||||||
Stream Chat Persistence uses [Moor](https://github.com/simolus3/moor) as a disk cache.
|
Stream Chat Persistence uses [Moor](https://github.com/simolus3/moor) as a disk cache.
|
||||||
|
|||||||
Reference in New Issue
Block a user