list_detail_base 0.2.2 copy "list_detail_base: ^0.2.2" to clipboard
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

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 InheretedWidgets View.of(context) and MediaQuery.of(context). Testng with TextView 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.
3
likes
150
pub points
43%
popularity

Publisher

verified publishermobilityapplied.com

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on list_detail_base