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 ec4279e commit 56a05fbCopy full SHA for 56a05fb
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.0
4
+- Null Safety Migration.
5
+
6
## 0.0.15
7
- Fix `backgroundColor` incorrectly requiring a widget.
8
- Fix context null error when widget parent is destroyed on layout update.
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.15
+version: 0.1.0
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
0 commit comments