simple_responsive 1.0.1
simple_responsive: ^1.0.1 copied to clipboard
A Flutter package to make your app responsive according to a reference resolution device or size percentage from the real device.
Changelog #
1.0.0 (15/05/2025) #
Added #
- Initial release of the project.
- Implemented basic functionality for the main feature.
- 2 Algorithms responsive:
- Algorithm 1: Responsive according reference resolution device.
- Algorithm 2: Responsive according size percentage from the real device.
1.0.1 (29/05/2025) #
- Fixed Algorithm responsive size percentage from the real device.