Skip to content

Commit 7c27d7e

Browse files
author
Jens Becker
committed
[bump] v0.3.0
1 parent 3149bb8 commit 7c27d7e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
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+
115
# 0.2.2
216

3-
- **Refactor!:** do whitespace check on `isNotBlank` & `isBlank`
17+
- **BREAKING:** do whitespace check on `isNotBlank` & `isBlank`
418
- **Add** `isNotBlank` & `isBlank` to `String` extensions too
519
- **Add** `isEasyPassword` to `String?` extensions too
620
- **Add** several tests

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.2.2
3+
version: 0.3.0
44
repository: https://github.com/devj3ns/fleasy
55
issue_tracker: https://github.com/devj3ns/fleasy/issues
66

0 commit comments

Comments
 (0)