snapchatrefresh_component library
A collection of customizable dropdown components for Flutter applications.
This package provides two main dropdown widgets:
WidgetsDropdown
: For complex dropdowns with nested formsNestedDropdown
: For simple string-based dropdown selections
Classes
- CurveHillClipper
-
Clipper for
LiquidPullToRefresh
- ProgressRingCurve
- SnapchatRefresh
- SnapchatRefreshState
Typedefs
-
RefreshCallback
= Future<
void> Function() -
The signature for a function that's called when the user has dragged a
LiquidPullToRefresh
far enough to demonstrate that they want the app to refresh. The returned Future must complete when the refresh operation is finished.