whatsapp_scroll_view 0.0.3
whatsapp_scroll_view: ^0.0.3 copied to clipboard
A Flutter widget for WhatsApp-style reverse chat scrolling with auto-scroll and load-on-top.
whatsapp_scroll_view #
A WhatsApp-style scroll view widget for Flutter. This widget automatically scrolls to the bottom when new messages arrive and supports reverse message display like WhatsApp, Telegram, or Messenger.
✨ Features #
- Scrolls from bottom to top (
reverse: true) - Auto-scroll to bottom on new messages
- Detects when user reaches the top (for loading older messages)
- Supports custom padding, animation duration, and scroll curve
🧑💻 Getting Started #
Add the dependency in your pubspec.yaml:
dependencies:
whatsapp_scroll_view: