File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11name : responsive_framework
22description : 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
44homepage : https://codelessly.com
55repository : https://github.com/Codelessly/ResponsiveFramework
66issue_tracker : https://github.com/Codelessly/ResponsiveFramework/issues
You can’t perform that action at this time.
0 commit comments