We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f6208 commit 3279776Copy full SHA for 3279776
CHANGELOG.md
@@ -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
+
7
# 0.15.1
8
- replace deprecated lint rules
9
pubspec.yaml
@@ -1,6 +1,6 @@
name: fleasy
description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
-version: 0.15.1
+version: 0.16.0
repository: https://github.com/devj3ns/fleasy
issue_tracker: https://github.com/devj3ns/fleasy/issues
0 commit comments