amity_sdk 0.54.6-beta.1 
amity_sdk: ^0.54.6-beta.1 copied to clipboard
The SDK that enables social features such as Feeds, Groups, Profiles, Content Posts, and Social Media Type Interactions
0.54.5 #
- Feat: Update Reaction Live Collection to support RTE
 - Fix: Handle null event name on reactor response
 
0.54.4 #
- Feat: Introduce SubChannel Repository in ChatClient
 
0.54.3 #
- Fix: Fix Comment Live Collection doesn't emit data when client doesn't specify isDeleted on query builder
 - Fix: Fix Pinned post Live Collection doesn't emit data
 
0.54.2 #
- Feat: Update Comment Live Collection to use Query Stream
 - Fix: Fix null channel.defaultSubChannelId
 
0.54.1 #
- Fix: Ensure service locator ready when setup SDK client
 
0.54.0 #
- Feat: Channel Live Object
 - Feat: Message Live Object
 - Feat: Message Live Collection
 - Feat: User Live Object
 - Feat: User Live Collection
 - Feat: User Notification Setting
 - Feat: Channel Notification Setting
 - Feat: Introduce Video Message
 
0.53.0 #
- Feat: Expose default subchannelId for channel object
 - Deprecate: Channel creation with custom channelId
 
0.52.1 #
- Fix: Exclude deleted posts from global feed and custom post ranking Live Collection
 
0.52.0 #
- Feat: Introduce Subchannel
 - Feat: Migrate Message to MessageV5
 - Feat: Support auto subscribe to smartfeed RTE
 - Feat: Introduce Channel Real-Time Events
 - Feat: Introduce Subchannel Real-Time Events
 - Fix: Fix MQTT connection stability on iOS devices
 
0.51.0 #
- Feat: Introduce ability to observe client session state
 - Feat: Introduce ability to observe Live Collection loading state
 - Feat: Post Live Collection
 - Feat: Global feed Live Collection
 - Feat: Custom ranking global feed Live Collection
 - Feat: Pinned post Live Collection
 
0.50.0 #
- Fix: Fix invalid story reaction count
 
0.49.0 #
- Fix: Handle story issues
 
0.48.0 #
- Feat: Channel Live Collection
 - Fix: Fix inconsistent behavior of Community Live Collection
 - Feat: Support retain previous session after re-open the app
 
0.47.1 #
- Fix: Community live collection page size issue.
 
0.47.0 #
- Feat: Introduce 'includeDeleted' options to Channel Membership Query and Search, Community Membership Query and Search api.
 
0.46.2 #
- Fix: Handle spamming unexpected error log from nullable objects.
 - Chore: Config Dio to do JSON Parser on the background thread.
 
0.46.1 #
- Fix: Post Content being null after added or removing reaction from the Custom Post.
 
0.46.0 #
- Fix: Community live collection return wrong order when query with displayName filter.
 
0.45.0 #
- Feat: Ability to create and update custom post.
 
0.44.0 #
- Fix: Getting comment relies in the query comments.
 
0.43.0 #
- Feat: Add creator property as AmityUser to AmityReaction.
 
0.42.0 #
- Fix: PostedCommunityMember is always null.
 
0.41.0 #
- Feat: Global Story Target Added
 - Feat: Story can be marked as view by AmityStory.analytics().markAsSeen()
 - Feat: Story can be marked as Linked Clicked by AmityStory.analytics().markLinkAsClicked()
 - Feat: Reached user for the AmityStory can be fetched.
 - Feat: Story RTE Subscription added.
 - Feat: Urls can be validated now by using AmityCoreClient().validateUrls(urls)
 - Feat: Texts can be validated now by using AmityCoreClient().validateTexts(texts)
 
0.40.0 #
- Feat: Comment on Story added added
 - Feat: Reply to Comment on Story has been added
 - Feat: Reaction on Story has been added
 - Feat: Reaction to comment on Story has been added
 - Feat: Story Traget Live collection has been added (Get Story Targets by tragets)
 - Feat: Story Traget Live Object has been added (Get Story Target by traget)
 
0.39.0 #
- Feat: Comment Live collection have been added
 - Feat: Comment Live object has been added
 - Feat: Reaction Live collection has been added
 - Feat: Poll Live object has been added
 - Feat: Community Live object has been added
 - Feat: Community Live collection has been added
 - Feat: Ability to create post with livestream id
 
0.38.1 #
- Fix: Handle spamming unexpected error log from nullable objects.
 
0.38.0 #
- Fix: Error of FeedType missmatched while creating the video story. Added ability to add FeedType while uploading video file.
 
0.37.1 #
- Fix: Handle spamming unexpected error log from nullable objects.
 
0.37.0 #
- Feat: The post count for a community can be fetched on the basis of AmityFeedType by using AmityCommunity.getPostCount.
 
0.36.0 #
- Feat: Video Story can be created using AmitySocialClient.newStoryRepository().createVideoStory.
 - Feat: Image Story can be created using AmitySocialClient.newStoryRepository().createImageStory.
 - Feat: StoryLiveCollection can be used to observe Active stories.
 
0.35.0 #
- Feat: Added Post Impression, now post can be marked as read using amityPost.analytics().markPostAsViewed(). Likewise post impression and reach can be get by using amityPost.impression and amityPost.reach
 - Upgrade: Upgraded dart version from ">=2.15.1 <4.0.0" to ">=3.0.0 <4.0.0"
 - Upgrade: Upgraded the dependencies except Socket as amity backend currently works on socket v2
 - Fix: AmityFeedType filter not working on post live collection
 
0.34.0 #
- Feat: Post Live Object can be used by AmitySocialClient.newPostRepository().live.getPost(postId)
 - Feat: Post Live collection have been added
 - Feat: Now user can get category by AmitySocialClient.newCommunityRepository().getCategory(categoryId)
 - Feat: Now user can get global feed custom ranking by AmitySocialClient.newFeedRepository().getCustomRankingGlobalFeed()
 
0.33.0 #
- Feat: Upgraded, Upgradable libraries that would not cuase breaking changes
 - Refactor: AmitySocialClient.newCommunityRepository().getCurentUserRoles is depercated in favor of AmitySocialClient.newCommunityRepository().getCurrentUserRoles
 - Fix: Crash when getting current user roles for community
 - Fix: Crash when getting reations of post
 
0.32.0 #
- Upgrade: amity_sdk_version
 
0.31.0 #
- Fix: Exception when scrolling through the posts
 - Feat: Auto Subscribe to the the network
 
0.30.0 #
- Feat: Added Support for getting live and recorded streams
 - Feat: Configuration for AmityVideoPlayer added as well
 
0.29.0 #
- Fix: Width and Height coming null for video
 
0.28.0 #
- Feat: Added tags option when creating new message
 - Fix: removed flaggedByMe in favour of isFlaggedByme for users
 
0.27.0 #
- Feat: Added comminity user rolers in comments
 - Fix: Now video upload give back the upload progress
 
0.26.0 #
- fix: File is now optional so in case if file for a post is deleted it will return nulll instead of crashing
 
0.25.0 #
- fix: Get Post by ID not working
 
0.24.0 #
- fix: DataType Filter is now working on user and community feeds
 
0.23.0 #
- fix: Member can be removed from community and live channel
 - fix: iOS can not receive notifications
 - feat: Updated Dio to version 5
 
0.21.0 #
- feat: Added create comment with Image
 - feat: Added query comment with Image
 - refactor: align function signature and namespace for Core module
 - refactor: align function signature and namespace for Social module
 - refactor: align function signature and namespace for Chat module
 
0.20.0 #
- feat: Added user block/unblock
 - feat: Added get blocked users
 - fix: resolve issue with create commetn(Update comment count in post)
 
0.19.0 #
- feat: Added RTE event for Post topic
 - feat: Added RTE event for Comment topic
 - feat: Added RTE event for Channel topic
 - feat: Added RTE event for Community topic
 
0.18.0 #
- feat: File uploading progress
 - feat: Image uploading progress
 - BREAKING FEAT: Updated Future Upload public API to Stream Upload API
 
0.17.1 #
- fix: resolve issue with community query delete flag
 
0.17.0 #
- feat: Community user search by keyword
 - feat: Mention user in post creation
 - feat: Mention user in comment creation
 - fix: resolve issue with flag update
 
0.16.0 #
- feat: Global user search
 - feat: Comunity User Search
 - feat: Global user search sorting
 - fix: Added amityuser avatar file in compose usecase
 
0.15.0 #
- feat: User mention in channel message
 - feat: Channel mention in channel message
 - feat: Channel message mention helper
 - feat: Channel member search
 - feat: isFlaggedByMe check for user
 - fix: handled null check in live stream post
 
0.14.0 #
- feat: Reply to channel message
 - feat: Flag/Unflag channel message
 - feat: Flag/Unflag channel message sender
 - feat: Add/Remove tags on channel message
 - feat: Mute/Unmute channel from client side
 - fix: Added Amity Object extension method for reporting message and user
 
0.13.1 #
- fix: Resolve issue Amity Message Update Query Builder
 
0.13.0 #
- feat: Channel Message Query & Filter
 - feat: Channel Message Update
 - feat: Channel Message Delete
 - fix: Add tags support in v4/post query
 
0.12.0 #
- feat: Create/Update Channel
 - feat: Mute/Unmute Channel Member
 - feat: Ban/Unban Channel Member
 - fix: Amity post my reaction after reaction update
 
0.11.0 #
- feat: Channel Member Add/Remove roles and permission
 - feat: Check user perssion for channel
 - fix: Channel Query filere validation
 
0.10.0 #
- feat: Channel Member Query
 - fix: Update listner method for AmityChannelMember model
 
0.9.0 #
- feat: Channel Query
 - feat: Get Channel By Id
 - fix: resolve issue with Message RTE payload
 
0.8.0 #
- feat: Create image/file message
 - feat: Channel repo setup
 - feat: Join/Leave channel
 - feat: Add/Remove message reactions
 - feat: Message reactions query
 - fix: change live collection stream to stream controller
 - fix: Error handling in live collection
 
0.7.0 #
- feat: Create and Query Chat Message
 - feat: Chat Message Live Collection
 - feat: Foundation for Chat SDK
 
0.6.0 #
- feat: Flag/Unflag post and comment
 - feat: init socket.io client
 - feat: Bloom filter for hashflag functionlity
 
0.5.0 #
- feat: CRUD Poll Post
 - feat: Close Poll Post
 - feat: Vote Poll Post
 - fix: resolve the issue with Global Ban flag
 
0.4.0 #
- feat: Post Query Reaction
 - feat: Comment/Nested Comment Query Reaction
 - fix: Blank Custom Avatar Url
 - fix: Blank Unfollow Response
 - refactor: Optimize import & public api doc
 
0.3.1 #
- fix: GET post api issue
 
0.3.0 #
- feat: follow/unfollow functionlity
 - feat: accept/denied pending follow request functionlity
 - feat: Query user follower/following
 - fix: login issue without display name
 - fix: nested comment loading issue
 
0.2.0 #
- feat: Community Post Review feature
 - feat: Query community by tag
 - feat: add tags in community
 - feat: add recommend and trending communities in public repo
 - feat: Add Community Category in Create & Update Community
 - fix: data type filtering in get post API
 - fix: resolve edge case with page controller blank token
 - fix: resolve issue with multiple post in community feed
 - fix: updated post query for v4 api
 
0.1.3 #
- fix: null category ID in Community Category hive entiry
 - fix: resolve edge case with page controller blank token
 
0.1.2 #
- chore: enable the lint core and analyze the code
 
0.1.1 #
- fix: community category causes data corruption
 - fix: post metadata is unable to update
 
0.1.0 #
- feat: Add Metadata in post, comment and community
 - feat: Streams for Post, Comment, Community and Community Member
 - feat: Community CRUD and Query
 - feat: Community Member CRUD and Query
 - feat: Community Member Roles & Permissions
 - feat: Community feed query
 - feat: Add/Remove Post and Comment reactions
 - fix: resolve memory leak issue in post and comment object
 
0.0.2 #
- feat: Comment CRUD and Query
 - fix: get_it instance issue
 
0.0.1 #
- docs: updated the README file
 - docs: updated the LICENSE file
 
0.0.1-gazelle.3 #
- feat: added example for Amity Core client setup and login
 - fix: updated plugin to null safety
 - fix: update the code according to flutter analyze
 
0.0.1-gazelle.2 #
- docs: updated the README file