File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.0
2
+
3
+ - ** Add** Flashbar extensions to BuildContext
4
+ - ` showSuccessFlashbar(...) `
5
+ - ` showInfoFlashbar(...) `
6
+ - ` showErrorFlashbar(...) `
7
+ - ` showNoConnectionFlashbar(...) `
8
+ - ** Add** ` addHtpps ` to string extensions
9
+ - ** BREAKING:** Refactor ` EasyFutureBuilder ` & ` EasyStreamBuilder ` :
10
+ - ` errorIcon ` & ` isEmptyIcon ` now take ` IconData ` instead of ` FaIcon `
11
+ - new attributes: ` textStyle ` & ` iconStyle `
12
+ - ** BREAKING:** Remove shortestScreenSide & longestScreenSide
13
+ - ** Improve** README
14
+
1
15
# 0.2.2
2
16
3
- - ** Refactor! :** do whitespace check on ` isNotBlank ` & ` isBlank `
17
+ - ** BREAKING :** do whitespace check on ` isNotBlank ` & ` isBlank `
4
18
- ** Add** ` isNotBlank ` & ` isBlank ` to ` String ` extensions too
5
19
- ** Add** ` isEasyPassword ` to ` String? ` extensions too
6
20
- ** Add** several tests
Original file line number Diff line number Diff line change 1
1
name : fleasy
2
2
description : Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
3
- version : 0.2.2
3
+ version : 0.3.0
4
4
repository : https://github.com/devj3ns/fleasy
5
5
issue_tracker : https://github.com/devj3ns/fleasy/issues
6
6
You can’t perform that action at this time.
0 commit comments