README Custom Liquid Progress Indicator with Particle Generator This repository contains the code for creating a stunning custom progress indicator and particle generator in Flutter. Medium Article For a detailed explanation of the implementation refer to this Medium article. PreviewAbout...
$ flutter packages get 3. Import it Now in yourDartcode, you can use: import'package:liquid_pull_to_refresh/liquid_pull_to_refresh.dart'; Usage For adding this custom refresh indicator in your flutter app, you have to simply wrapListVieworGridViewinsideLiquidPullToRefresh. Also you have prov...