list_detail_base 0.2.2 list_detail_base: ^0.2.2 copied to clipboard
A templat package for List-Detail or Master-Detail layouts. Use this to package to show a split screen in large layouts and a single screen in smaller layouts, implicitly.
0.0.1 #
- Initial release.
0.1.0 #
- First major improvements, breaking changes:
- Fixed bugs around
TextField
interactions triggering rebuilds - Incorporated
InheretedWidget
pattern
- Fixed bugs around
0.2.0 #
- Really fixed the
TextField
interactions this time. It turns out LayoutBuilder is buggy and OrientationBuilder is actually a LayoutBuilder. These have now been completely avoided by depending on InheretedWidgetsView.of(context)
andMediaQuery.of(context)
. Testng withTextView
and changing orientation now always gives the anticipated result.
0.2.1 #
- Gave more detailed description and removed unused import.
0.2.2 #
- Fixed typo in description.