likeminds_feed_flutter_ui 1.17.1
likeminds_feed_flutter_ui: ^1.17.1 copied to clipboard
A Flutter package for Likeminds Feed UI widgets. Used alongside the Likeminds Feed SDK package (likeminds_feed) to build custom interfaces.
Changelog #
1.17.1 #
- Fixed fail to upload post with client's S3 service
1.17.0 #
- Added Separation of Video Feed and Social Feed
1.16.0 #
- Added error logging and logout
1.15.1 #
- patch update for
likeminds_feed: ^1.19.0
1.15.0 #
- Added support for initializing the feed with a specific post using postId in both Universal Feed and Personalized Feed.
- Fixed customization issues in video feed
1.14.2 #
- Fixed feedroom id not being sent to create post screen
1.14.1 #
- Fixed null user issue in post detail screen
1.14.0 #
- Added video feed theme
- Added customization to activity feed
1.13.0 #
- Add builders, style, settings and config to each screen
Breaking Changes #
- Replaced
LMFeedWidgetUtility
class withLMFeedWidgetBuilderDelegate
to provide more control over customization. - Replaced configurations classes with settings class.
1.12.1 #
- Added support for flutter version 3.24.5
1.12.0 #
- Added support for QnA Feed theme
1.11.0 #
- Segregated upload and post creation flow
- Added customisation to compose screen
1.10.0 #
- Added thumbnail support in LMFeedVideo widget
- Added thumbnail suppot in LMAttachmentViewData model
1.9.2 #
- Added customisations in Bottom Text Field in LMPostDetailScreen
- Fixing minor bugs and UI improvments
1.9.1 #
- Added customisations in LMFeedComposeScreen's appbar builder
1.9.0 #
- Added support for personalised feed
- Fixed some customization bugs
1.8.0 #
- Added
LMFeedCommentList
Widget
1.7.0 #
- Updated dependencies to migrate to Android Target SDK version 34
1.6.1 #
- Patch update for core lib
1.6.0 #
- Added support for web platform
1.5.0 #
- Added support for pending post
- Fixed issue with media position in Media Preview Screen
- Fixed minor UI issues
1.4.2 #
- Added customizability to poll
1.4.1 #
- Updated Data layer to v1.10.1
1.4.0 #
- Added API key security
1.3.0 #
- Added support for Polls
1.2.4 #
- Extended the scope of analytics events
- Fixed minor UI issues
1.2.3 #
- Fixed analytics events and added function for logout
1.2.2 #
- Added SnackBar builder in Widget Utility
1.2.1 #
- Removed
open_filex
package
1.2.0 #
- Added API security
- Added Post and Comment as variable
- Fixed minor bugs
1.1.5 #
- Upgraded video management
- Added Feedroom support
- Added multiple media support
1.1.0 #
- Added topic categories and bug fixes
1.0.4 #
- Bugfix and improvements
1.0.3 #
- Added support for repost and user profile feed
1.0.2 #
- Migrated to Flutter v3.10.6
1.0.1 #
- Patch update with dependency update
1.0.0 #
- Initial release of LikeMinds Feed Flutter UI library