Flutter Gems is a curated list of 6000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Dual Screen and Folding Device UI packages
Last updated: November 15, 2024
Dual-screen foldable devices have two screens joined by a hinge. Unlike tablets and other single screen mobile devices, these devices can have two different logical display regions where:
- You can run one app in one of the display regions.
- You can run two apps side by side, each one on a different display region (using multi-window mode).
- You can run one app spanned (displayed) across the whole display region (using all display regions on dual-screen foldable devices).
The complete list of Flutter packages that can help you build apps for Dual Screen and Folding Devices is provided below.
presentation_displays
Dart 3 compatible 👍 92
Maintenance Status: Good
Flutter plugin supports to run on two screens. It's basically a tablet connected to another screen via an HDMI or Wireless
dual_screen
Dart 3 compatible 👍 141
Maintenance Status: Average
Foldable and dual-screen support, like the TwoPane widget and hinge angle sensor data.
multi_screen_layout
Dart 3 compatible 👍 26
Maintenance Status: Poor
A collection of Widgets that make multi screen user experiences easy to build