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 26a42b2 commit a723d4aCopy full SHA for a723d4a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.15
4
+- Fix `backgroundColor` incorrectly requiring a widget.
5
+- Fix context null error when widget parent is destroyed on layout update.
6
+
7
## 0.0.14
8
- Dartfmt files. No functional changes.
9
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.14
+version: 0.0.15
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
0 commit comments