You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flutter_adaptive_scaffold] Fix top padding for NavigationBar (#4661)
This pr removes the top padding in `MediaQuery` for NavigationBar to fix unexpected padding.
The `Scaffold` in flutter framework actually did this but this package didn't.
Fixflutter/flutter#127088
Copy file name to clipboardExpand all lines: packages/flutter_adaptive_scaffold/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
## NEXT
1
+
## 0.1.7
2
2
3
+
* Fix top padding for NavigationBar.
3
4
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
4
5
5
6
## 0.1.6
@@ -15,7 +16,7 @@
15
16
## 0.1.4
16
17
17
18
* Use Material 3 NavigationBar instead of BottomNavigationBar
18
-
19
+
19
20
## 0.1.3
20
21
21
22
* Fixes `groupAlignment` property not available in `standardNavigationRail` - [flutter/flutter#121994](https://github.com/flutter/flutter/issues/121994)
0 commit comments