Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 786 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 786 Bytes

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