skeleton_chat_loader 1.0.0
skeleton_chat_loader: ^1.0.0 copied to clipboard
A Flutter widget for skeleton loading animations with a shimmer effect, designed for chat UIs.
Changelog #
1.0.0 - 2024-11-17 #
- First stable release of the package.
- Fixed image visibility in README.md file for pub.dev.
- Updated documentation and minor improvements.
0.0.1 - 2024-11-17 #
Added #
- Initial release of
skeleton_chat_loaderpackage. - Introduced
MessageShimmerLoadingwidget for skeleton loader animation in chat UIs. - Customizable shimmer effect with a list of colors.
- Support for
isSenderparameter to distinguish between sent and received messages. - Added
height,maxWidth, andshimmerColorsparameters for better customization of the loader. - Default shimmer colors set to grey shades, with the ability to pass custom gradients.
- Example usage in a sample app demonstrating the skeleton loader's behavior for both sender and receiver.
Fixed #
- None (first release).