Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.11 KB

3.1.0

  • Updated AndroidX Window Manager to 1.0.0-rc01
  • MultiScreenInfo widget now rebuilds in real time when the hinge angle on the Surface Duo changes

3.0.0

  • Various Android version updates
  • Surface Duo 2 added to supported device list
  • Breaking change: Android minSdkVersion is now 21
  • Breaking change: Due to AndroidX WindowManager updates:
    • PlatformInfoModel, PlatformDisplayFeature, MultiScreenPlatformHandler, and MultiScreenLayoutInfoModel have breaking change
    • DevicePosture has been renamed FoldingState

2.0.0

  • Null safety migration

1.0.1

  • Minor bug fixes and example updates
  • Fix errors when using minifyEnabled on Android

1.0.0

  • Stable release. No changes.

0.2.0

  • Updated code to work with Flutter 1.22

0.1.0

  • Added support for Samsung Flex Mode for both TwoPageLayout and MasterDetailLayout
  • For both TwoPageLayout and MasterDetailLayout you can now disable their behavior on specific types of devices

0.0.3

  • Added MasterDetailLayout

0.0.2

  • Fixed error when used with ListView

0.0.1

  • First release with TwoPageLayout and Surface Duo support