future_or 0.1.1 future_or: ^0.1.1 copied to clipboard
A collection of widgets, methods and extention methods that make working with FutureOr objects easier.
future_or #
A collection of widgets, methods and extension methods that make working with FutureOr objects easier
Extension methods #
Getters
isFuture
: true if futureisNotFuture
: true if valuevalue
: casts to a valuefuture
: casts to a futureasFuture
: if not a future, returns Future.value of the value
FutureOrBuilder #
if the futureOr is a value, calls the builder with the value.
if the futureOr is a future, return a FutureBuilder
widget.