Skip to content

Commit cee69cc

Browse files
author
Jens Becker
committed
[bump] v0.2.0
1 parent e88bf14 commit cee69cc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.2.0
2+
3+
- **BREAKING:** Refactor EasyFutureBuilder & EasyStreamBuilder
4+
- **BREAKING:** Rename closeKeyboard() to dismissKeyboard() on BuildContext extensions
5+
- **Add** screenSize, shortestScreenSide & longestScreenSide to BuildContext extensions
6+
- **Add** isUrl, isEasyPassword, isMediumPassword & isStrongPassword to String extensions
7+
- **Add** doc comments
8+
- **Add** example
9+
- **Improve** README
10+
111
# 0.1.0
212

313
- Initial release

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 help create Flutter apps easier.
3-
version: 0.1.0
3+
version: 0.2.0
44
repository: https://github.com/devj3ns/fleasy
55
issue_tracker: https://github.com/devj3ns/fleasy/issues
66

0 commit comments

Comments
 (0)