Skip to content

Commit f562294

Browse files
committed
v0.1.6 Release
- Enable using `background` widget for the 1st render frame if set. This allows for a smoother transition between native mobile splash screen and Flutter application UI. - Add generic <T> from ResponsiveValue<T> to List<Condition<T>> to support type safety and automatic type conversion in ResponsiveValue.
1 parent ecf5c83 commit f562294

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.1.6
4+
- Enable using `background` widget for the 1st render frame if set. This allows for a smoother transition between native mobile splash screen and Flutter application UI.
5+
- Add generic <T> from ResponsiveValue<T> to List<Condition<T>> to support type safety and automatic type conversion in ResponsiveValue.
6+
37
## 0.1.5
48
- Add `useShortestSide` property to calculate responsiveness based on the shortest side of the screen, instead of the actual landscape orientation.
59

@@ -33,7 +37,7 @@
3337

3438
## 0.0.10
3539
- Calculate padding for SafeArea scaling correctly.
36-
- Calculate ViewInsets for keyboard offset correctly.
40+
- Calculate ViewInsets for keyboa rd offset correctly.
3741

3842
## 0.0.9
3943
- Create ResponsiveGridView that extends GridView with more grid layout controls.

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.1.5
3+
version: 0.1.6
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)