social_media_list 0.0.2
social_media_list: ^0.0.2 copied to clipboard
A highly customizable Flutter package for displaying a social media feed with pagination, detail views, media playback, and social sharing capabilities.
0.0.2 #
- Added full-screen customization builders (
listScreenBuilder,detailScreenBuilder). - Added UI component builders (
appBarBuilder,detailAppBarBuilder,shareBottomSheetBuilder). - Added loading/error state builders (
loadingWidgetBuilder,paginationLoadingBuilder,errorStateBuilder,emptyStateBuilder). - Fixed an issue where share platform limits were incorrectly persisting between posts in the detail screen.
0.0.1 #
- Initial release of the
social_media_listpackage. - Added infinite scrolling feed with pagination.
- Added detail view with HTML rendering support.
- Added media support (Image caching and inline Video playback).
- Added Shimmer loading states.
- Added deep customization using
SocialMediaConfigandSocialMediaTheme. - Integrated social sharing via
share_plus.