rdev_adaptive_layout 0.0.4
rdev_adaptive_layout: ^0.0.4 copied to clipboard
A package for building adaptive layouts in Flutter.
0.0.4 #
- FEAT: remove unsupported dart functions.
0.0.3 #
- FEAT: decrease min flutter version.
0.0.2 #
- FEAT: Adding adaptive layout.
0.0.1 #
Initial Release
Features #
- Responsive breakpoint system with 9 predefined breakpoints
- Platform-specific layouts for Android, iOS, Web, macOS, Windows, Linux, and Fuchsia
- Slot-based architecture with 11 layout slots (body, appBar, drawers, navigation, etc.)
- Four slot builder types: Simple, Declarative, Static, and Conditional
- Device form factor detection (phone, tablet, desktop)
- Persistent panels for larger screens
- Smooth layout transition animations
- Material Design and Cupertino component support
- Custom breakpoint configurations
- Unified drawer/pane control API
Breaking Changes #
- None (initial release)
Migration #
- None (initial release)
Known Issues #
- None reported
Dependencies #
- Flutter SDK: >=1.17.0
- Dart SDK: ^3.8.0