orientation_picker 0.1.0
orientation_picker: ^0.1.0 copied to clipboard
A simple convenience widget for Flutter to conditionally display (or hide) other widgets based on device orientation (or aspect ratio).
Examples #
Simple examples of the OrientationPicker in action:
- Orientation picker example - uses
OrientationPicker() - Portrait only example - uses
OrientationPicker.portraitOnly() - Landscape only example - uses
OrientationPicker.landscapeOnly()