Flutter

This page contains an overview of all relevant changes made to the Flutter SDK and the latest version releases

Version 0.15.0 (2023-01-13)

New Features

Introduced the following features in Chat

Version 0.14.0 (2022-12-16)

New Features

Chat users can now:

Version 0.13.0 (2022-12-02)

New Features

Chat users can now:

Version 0.12.0 (2022-11-18)

New Features

Chat userssers can now:

Version 0.11.0 (2022-11-04)

New Features

Version 0.10.0 (2022-10-21)

New Features

Version 0.9.0 (2022-10-14)

New Features

  • Introduced the ability to get channel information without connecting to it.

  • Introduced the ability to query a channel.

Version 0.8.0 (2022-09-23)

New Features

  • Introduced the ability for a channel member to join/leave the channel.

  • Introduced the ability to add/remove reactions in a message.

  • Introduced the ability to query all the reactions in a message.

  • Introduced the ability to create a file message.

  • Introduced the ability to create an image message.

  • Introduced the ability to get and download file handling.

  • Introduced the ability to get and download image handling.

Version 0.7.0 (2022-08-26)

New Features

  • 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.

Version 0.6.0 (2022-08-11)

New Features

  • Introduced Flag/Unflag Post feature. Users can now report post and comment by flag and unflag

Version 0.5.0 (2022-07-29)

New Features

  • Introduced Poll Post feature. Users can now create, vote and close polls.

Version 0.4.0 (2022-07-15)

New Features

  • Introduced the ability to query all reactions on other post

  • Introduced the ability to query list of user who react on other post

  • Introduced Create Access Token API feature

Version 0.3.1 (2022-07-08)

Fixes

  • Fixed GET post api issue

  • Fixed null custom avatar url in AmityUser

Version 0.3.0 (2022-07-04)

New Features:

  • Introduced Follow/Unfollow feature. Users will now be able to follow other users

  • Introduced Push Notifications feature. Users will now be able to receive notifications

Version 0.2.0 (2022-06-21)

New Features:

  • 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

Version 0.1.3 (2022-06-17)

Fixes

  • fix: null category ID in Community Category hive entry

  • fix: resolve edge case with page controller blank token

Version 0.1.2 (2022-06-02)

New Features

  • 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

Fixes

  • Resolved memory leak issue in post and comment object

Version 0.0.2 (2022-05-06)

New Features

  • Create, update, delete, and view comments

Fixes

  • Fixed get_it instance issue that was causing an overlap between libraries

Version 0.0.1 (2022-04-18)

New Features

  • Create, update, delete, and view posts

  • View user feed and global feed

  • View own user profile and other user's profile

Last updated