easy_refresh_bow 1.1.0
easy_refresh_bow: ^1.1.0 copied to clipboard
Bow Indicator on EasyRefresh. Provides BowHeader and BowFooter. Animation with Rive.
Bow Indicator on EasyRefresh. #
Online demo #
Animation from Bow Pull to Refresh
Features #
BowHeader and BowFooter.
Getting started #
dependencies:
easy_refresh: version
easy_refresh_bow: version
Usage #
EasyRefresh(
header: const BowHeader(),
footer: const BowFooter(),
onRefresh: () async {},
onLoad: () async {},
child: ListView(),
)