auto_scale_flutter 1.2.0+2
auto_scale_flutter: ^1.2.0+2 copied to clipboard
A Flutter package for creating responsive applications that automatically adapt to different screen sizes, maintaining consistent proportions across devices.
1.0.0+2 #
- Initial Auto Scale Flutter Release - A powerful and simple Flutter package for creating responsive applications that automatically adapt to different screen sizes, maintaining consistent proportions across devices.
✨ Key Features: #
- Auto Scale: Automatically adapts based on reference resolution
- Manual Control: Allows manual scale adjustment (0.5x, 1x, 2x, etc.)
- Reactive: Real-time updates during resizing
- Minimum Scale: Never goes below 1.0x in automatic mode
- Performance: Optimized system with update threshold
- Simplicity: Just 3 lines of code to implement
🎮 Scale Modes: #
- Dimension (Automatic): Calculates scale based on current vs. base resolution
- Factor (Manual): Precise scale factor control
🎯 Use Cases: #
- Mobile app adaptation for TV
- Responsive desktop applications
- Dynamic UI control by user preference
- Maintaining visual consistency across devices