From 32797766a9ebe12d089024f77e77036c1d3e2a10 Mon Sep 17 00:00:00 2001 From: Jens Becker Date: Wed, 8 May 2024 14:00:34 +0200 Subject: [PATCH] [release] v0.16.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3add469..937778e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index f8dc393..add9526 100644 --- a/pubspec.yaml +++ b/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