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 eb7bcc0 commit 07407bcCopy full SHA for 07407bc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.0.5
4
+- Add `defaultName` parameter.
5
+- Create tests.
6
+- Improve breakpoint calculations and API.
7
+
8
## 0.0.4
9
- New Documentation.
10
- Rename `scale` to `autoScale`.
LICENSE.md renamed to LICENSE
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.4
+version: 0.0.5
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
0 commit comments