Flutter
This page contains an overview of all relevant changes made to the Flutter SDK and the latest version releases
- 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 1mo ago