Skip to content

Commit 63f5e2a

Browse files
committed
v0.0.10 Release
- Calculate padding for SafeArea scaling correctly. - Calculate ViewInsets for keyboard offset correctly.
1 parent 723a80e commit 63f5e2a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.0.10
4+
- Calculate padding for SafeArea scaling correctly.
5+
- Calculate ViewInsets for keyboard offset correctly.
6+
37
## 0.0.9
48
- Create ResponsiveGridView that extends GridView with more grid layout controls.
59
- Use ResponsiveGridView for shrink and fixed item sizing options with the ability to control alignment and max row count.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Now you can proudly display the time and headache saved by using Responsive Fram
176176

177177
**Development:**
178178
* [Ray Li](https://github.com/searchy2)
179+
* [Spencer Lindemuth](https://github.com/SpencerLindemuth)
179180
* *add yourself here by contributing*
180181

181182
**Sponsor:** [Codelessly - Flutter App UI and Website Builder](https://codelessly.com/?utm_medium=link&utm_campaign=direct)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: responsive_framework
22
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
3-
version: 0.0.9
3+
version: 0.0.10
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework
66
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues

0 commit comments

Comments
 (0)