Flutter
This page contains an overview of all relevant changes made to the Flutter SDK and the latest version releases
- Enhanced the Comments API Response to return community users' roles.
- Fixed a video upload does't return the upload progress.
- Please note that the Upload Videos function now returns
Stream<AmityUploadResult<AmityVideo>>
instead of a future callback.
- Fixed the issue where updating a message would return incorrect sync states.
- Fixed the issue where users were unable to filter the "Video" post type on the global feed
- Fixed the issue where no posts were received while using
PostRepository.getPost(postId)
.
- Fixed issue where The DataType Filter wasn't working on user and community feeds.
- Added support of Dio version 5 (HTTP Client).
- Resolved issue with channel member can be removed from community and live channel.
- Resolved iOS devices can not receive notifications.
- Added create comment with Image.
- Added query comment with Image.
- Please note that this release also includes the deprecation of several APIs. For details, please refer to Flutter SDK v0.21.0 Deprecation Notefor more information.
- Add an ability to manage videos including creating and retrieving a video post.
- Resolved issue with new comment creation (update comment count in post).
FileRepository.image().upload()
andFileRepository.file().upload()
now returnStream<AmityUploadResult>
instead ofFuture
which can be- progress: indicates the progress of the upload which is a percentage
- error: indicates if there's any error regarding the upload
- complete: indicates that file or image is successfully uploaded
Introduced the following features in Chat
Chat users can now:
Chat users can now:
Chat users can now:
- Users can now do the following in Flutter SDK
- Introduced Messaging feature for Flutter Chat SDK. Users have the ability to send/receive text messages in realtime if they are a channel member.
- Introduced LiveCollections for users and community messages. Newly added messages are now automatically added into the collection.
- Fixed GET post api issue
- Fixed null custom avatar url in AmityUser
- Community Post Review feature
- Query community by tag
- Add tags in community
- Add recommend and trending communities in public repo
- Add Community Category in Create & Update Community
- fix: null category ID in Community Category hive entry
- fix: resolve edge case with page controller blank token
- Introduced community features! You can now create, update, delete, and query communities, including joining and leaving communities; and adding and removing community members. You can also create and query posts in a community
- Introduced ability to add metadata in posts, comments, and community
- Introduced ability to add and remove reactions in a post or comment
- Introduced streams for post, comment, community, and community member
- Resolved memory leak issue in post and comment object
- Create, update, delete, and view comments
- Fixed get_it instance issue that was causing an overlap between libraries
- Create, update, delete, and view posts
- View user feed and global feed
- View own user profile and other user's profile
Last modified 11d ago