You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
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
+
3
7
## 0.1.5
4
8
- Add `useShortestSide` property to calculate responsiveness based on the shortest side of the screen, instead of the actual landscape orientation.
5
9
@@ -33,7 +37,7 @@
33
37
34
38
## 0.0.10
35
39
- Calculate padding for SafeArea scaling correctly.
36
-
- Calculate ViewInsets for keyboard offset correctly.
40
+
- Calculate ViewInsets for keyboa rd offset correctly.
37
41
38
42
## 0.0.9
39
43
- Create ResponsiveGridView that extends GridView with more grid layout controls.
0 commit comments