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
29
likes
150
points
362
downloads

Publisher

unverified uploader

Weekly Downloads

Wrapper that improves readability and solves the common refiring FutureBuilder problem

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on enhanced_future_builder