Halloween Indicator on EasyRefresh.

License Pub

Online demo

Animation from Pull to refresh halloween

Features

HalloweenHeader and HalloweenFooter.

Getting started

dependencies:
  flutter_easyre_fresh: version
  easy_refresh_halloween: version

Usage

EasyRefresh(
  header: HalloweenHeader(),
  footer: HalloweenFooter(),
  onRefresh: () async {},
  onLoad: () async {},
  child: ListView(),
)