Skip to content

Commit

Permalink
[release] v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devj3ns committed May 8, 2024
1 parent 52f6208 commit 3279776
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.16.0
- breaking: remove `context.mediaQuery` (use the other helpers or the specific `...Of` methods instead)
- refactor size and orientation `BuildContext` extensions to use the specific `...Of` methods to reduce rebuilds.
- add `context.screenSize` and `context.screenOrientation` extensions
- chore: update dependencies

# 0.15.1
- replace deprecated lint rules

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3279776

Please sign in to comment.