multi_screen_layout 3.1.0 multi_screen_layout: ^3.1.0 copied to clipboard
A collection of Widgets that make multi screen user experiences easy to build
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
andMasterDetailLayout
- For both
TwoPageLayout
andMasterDetailLayout
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