adaptive_screen_utils 2.3.0 adaptive_screen_utils: ^2.3.0 copied to clipboard
Flutter Package for creating adaptive UIs for different screen sizes.
2.3.0 #
- Updated break points for
DeviceType
enum values.
2.2.0 #
- Added in
wearable
device type inDeviceType
enum. - Added extension method for all
DeviceType
enum values. - Updated
README.md
file with the latest changes. - updated logics for identifying the device type.
2.1.0 #
- Updated
README.md
file with the latest changes. - Tested on different device sizes. using chrome dev tools.
2.0.0 #
- Updated core logic of the package.
- Based on height, width, and orientation, the package will return the
DeviceType
. - Added
screenType
function to get theDeviceType
. - Updated
README.md
file with the latest changes.
1.3.0 #
- Updated
README.md
file and added purpose of the package. - Added video tutorial link in
README.md
file. - Added Social Media links in
README.md
file & Maintainer's details.
1.2.0 #
- Updated
pubspec.yaml
file to support latest linting rules & addedtopics
.
1.1.0 #
- Updated
adaptive_screen_util
file & added comments along with references. - Added test file
- improved the code quality & documentation
- Updated README.md
- Tested on different device sizes
1.0.0 #
- Code Formatting
- Updated README.md
0.0.1 #
- Initial release