Skip to content

Commit 34d0176

Browse files
committed
v0.0.14 Release
- Dartfmt files. No functional changes.
1 parent 5619e2d commit 34d0176

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.0.14
4+
- Dartfmt files. No functional changes.
5+
36
## 0.0.12
47
- Add `alignment` property for setting internal Stack alignment.
58
- Fix ResponsiveGridView Padding null.

lib/responsive_wrapper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ class _ResponsiveWrapperState extends State<ResponsiveWrapper>
461461
// The required MediaQueryData is only available
462462
// on the next frame for physical dimension changes.
463463
WidgetsBinding.instance.addPostFrameCallback((_) {
464-
if(context != null) {
464+
if (context != null) {
465465
setDimensions();
466466
setState(() {});
467467
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: responsive_framework
22
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
3-
version: 0.0.12
3+
version: 0.0.14
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework
66
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues

0 commit comments

Comments
 (0)