Skip to content

Fleasy 0.5.0

Choose a tag to compare

@jhb-dev jhb-dev released this 04 Aug 12:05
· 81 commits to main since this release
  • EasyStreamBuilder & EasyFutureBuilder:
    • When the snapshot's data is null (and T is nullable), it will now show the widget returned by the dataBuilder. Before, it showed the isEmptyText and isEmptyIcon.
    • When the snapshot has an error in debug mode, it will now throw the error to give more insights. Before, it just displayed the error as a text.