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 b9f21ef commit f3039d9Copy full SHA for f3039d9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.5
4
+- Add `useShortestSide` property to calculate responsiveness based on the shortest side of the screen, instead of the actual landscape orientation.
5
+
6
## 0.1.4
7
- Fix ListIterable.firstWhere `Bad state: No element` breakpoint initialization error.
8
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.1.4
+version: 0.1.5
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
0 commit comments