list_detail_base 0.2.1
list_detail_base: ^0.2.1 copied to clipboard
A templat package for List-Detail or Master-List 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
TextFieldinteractions triggering rebuilds - Incorporated
InheretedWidgetpattern
- Fixed bugs around
0.2.0 #
- Really fixed the
TextFieldinteractions 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 withTextViewand changing orientation now always gives the anticipated result.
0.2.1 #
- Gave more detailed description and removed unused import.