enhanced_future_builder 2.0.0 copy "enhanced_future_builder: ^2.0.0" to clipboard
enhanced_future_builder: ^2.0.0 copied to clipboard

Wrapper that improves readability and solves the common refiring FutureBuilder problem

2.0.0 #

  • Merged PR from icarohs7 :
    • Added support for null safety
    • Added tests
    • Updated minimum SDK version to v2.12.0

1.0.3 #

  • Merged PR from tekno0ryder :
    • Added Type to the class definition as in FutureBuilder
    • Added whenError(Object error) that handles exceptions if (snapshot.hasError) is true, fallback to WhenNotDone() if not provided
    • Mark WhenNotDone() as required so that a return statement is always guaranteed to return

1.0.2 #

  • Removed throw error when status widget is not specified

1.0.1 #

  • Fixed README.MD formatting

1.0.0 #

  • Initial version
28
likes
130
pub points
79%
popularity

Publisher

unverified uploader

Wrapper that improves readability and solves the common refiring FutureBuilder problem

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on enhanced_future_builder