util/global/functions library

Classes

Functions
Holds a list of constants used within the application

Typedefs

AdjustList<T> = List<Tuple2<T?, Store<SwipeFeedCardState>>> Function(List<Tuple2<T?, Store<SwipeFeedCardState>>>)
FeedBuilder = Widget Function(dynamic item, bool isLast)
Builder for the feed items
FeedLoader<T> = Future<Tuple2<List<T>, String?>> Function(int size, [String? token])
Loader for the feed returns a tuple of lst items with a token
IndexedFeedBuilder = Widget Function(List items, int index)
Builder for the feed items
IndexWidgetWrapper = Widget Function(BuildContext context, Widget child, int index)
A function that returns an wrapper for a widget
MultiFeedBuilder = Widget Function(dynamic item, int index, bool isLast)
Builder for the multi feed items
RetrievalFunction = String Function(dynamic item)
SlidingSheetWidgetWrapper = Widget Function(BuildContext context, double extent, Widget child, int index)
Sliding sheet widget wrapper
SwipeFeedBuilder<T> = Widget Function(T value, bool expanded, void close())
A Builder for the swipe feed The close function shrinks the card
WidgetWrapper = Widget Function(BuildContext context, Widget child, dynamic firstItem)