Bow Indicator on EasyRefresh.

License Pub

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(),
)

Libraries

easy_refresh_bow