easy_refresh_space 1.0.2
easy_refresh_space: ^1.0.2 copied to clipboard
Space Indicator on EasyRefresh. Provides SpaceHeader and SpaceFooter. Animation with Rive.
Space Indicator on EasyRefresh. #
Online demo #
Animation from Flare-Flutter
Features #
SpaceHeader and SpaceFooter.
Getting started #
dependencies: flutter_easyre_fresh: version easy_refresh_space: version Usage #
EasyRefresh( header: SpaceHeader(), footer: SpaceFooter(), onRefresh: () async {}, onLoad: () async {}, child: ListView(), )