We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594a2b1 commit 5619e2dCopy full SHA for 5619e2d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.0.12
4
+- Add `alignment` property for setting internal Stack alignment.
5
+- Fix ResponsiveGridView Padding null.
6
+- Fix iOS didChangeMetrics Context null.
7
+
8
## 0.0.11
9
- Dartfmt files. No functional changes.
10
pubspec.yaml
@@ -1,6 +1,6 @@
name: responsive_framework
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
-version: 0.0.11
+version: 0.0.12
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
0 commit comments