Skip to content

Commit 3279776

Browse files
committed
[release] v0.16.0
1 parent 52f6208 commit 3279776

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.16.0
2+
- breaking: remove `context.mediaQuery` (use the other helpers or the specific `...Of` methods instead)
3+
- refactor size and orientation `BuildContext` extensions to use the specific `...Of` methods to reduce rebuilds.
4+
- add `context.screenSize` and `context.screenOrientation` extensions
5+
- chore: update dependencies
6+
17
# 0.15.1
28
- replace deprecated lint rules
39

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

0 commit comments

Comments
 (0)