easy_refresh_bubbles 1.0.0 easy_refresh_bubbles: ^1.0.0 copied to clipboard
Bubbles Indicator on EasyRefresh. Provides BubblesHeader and BubblesFooter. Animation with Rive.
Bubbles Indicator on EasyRefresh. #
Online demo #
Animation from Pull to Refresh
Features #
BubblesHeader and BubblesFooter.
Getting started #
dependencies:
flutter_easyre_fresh: version
easy_refresh_bubbles: version
Usage #
EasyRefresh(
header: BubblesHeader(),
footer: BubblesFooter(),
onRefresh: () async {},
onLoad: () async {},
child: ListView(),
)