future_or 0.1.0 copy "future_or: ^0.1.0" to clipboard
future_or: ^0.1.0 copied to clipboard

outdated

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 method #

Getters

  1. isFuture : true if future
  2. isNotFuture : true if value
  3. value : casts to a value
  4. future : casts to a future
  5. asFuture : 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.

1
likes
20
pub points
0%
popularity

Publisher

verified publisheraligator.ir

A collection of widgets, methods and extention methods that make working with FutureOr objects easier.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on future_or