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 4d479f4 commit 618dd09Copy full SHA for 618dd09
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.17.0
2
+- update intl to `^0.19.0` in order to support Flutter 3.22
3
+- update flutter_lints to `^4.0.0`
4
+
5
# 0.16.0
6
- breaking: remove `context.mediaQuery` (use the other helpers or the specific `...Of` methods instead)
7
- refactor size and orientation `BuildContext` extensions to use the specific `...Of` methods to reduce rebuilds.
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.16.0
+version: 0.17.0
repository: https://github.com/devj3ns/fleasy
issue_tracker: https://github.com/devj3ns/fleasy/issues
0 commit comments