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
[adaptive_scaffold] : 🐛 : #110902 : Assertion added when try with less that 2 destinations. (#6360)
*Issue : flutter/flutter#110902
Changes included in PR are listed as follows
- As `NavigationRail` & `NavigationBar` etc has assertion which won't allow less than 2 destinations, Similar assertion added in "AdaptiveScaffold" to acknowledge users regarding the same with a user friendly message.
- CHANGELOG.md file updated.
- Updated to v0.1.10
Copy file name to clipboardExpand all lines: packages/flutter_adaptive_scaffold/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 0.1.10
2
+
3
+
* FIX : Assertion added when tried with less than 2 destinations - [flutter/flutter#110902](https://github.com/flutter/flutter/issues/110902)
4
+
1
5
## 0.1.9
2
6
3
7
* FIX : Drawer stays open even on destination tap - [flutter/flutter#141938](https://github.com/flutter/flutter/issues/141938)
0 commit comments