Skip to content

Commit 7053e05

Browse files
author
Jens Becker
committed
[bump] v0.5.0
1 parent 3e3b109 commit 7053e05

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.5.0
2+
- **`EasyStreamBuilder` & `EasyFutureBuilder`:**
3+
- 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`.
4+
- 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.
5+
16
# 0.4.1
27
- **Fix:** `isEmail` is now case insensitive
38
- **Improve** README and doc comments

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fleasy
22
description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
3-
version: 0.4.1
3+
version: 0.5.0
44
repository: https://github.com/devj3ns/fleasy
55
issue_tracker: https://github.com/devj3ns/fleasy/issues
66

0 commit comments

Comments
 (0)