flutter_size 1.0.1
flutter_size: ^1.0.1 copied to clipboard
This package helps the user to get width, height details of device, widgets. This purpose of creating this package is to save time and increase productivity.
1.0.1 #
- Adding two extension for more time saving and improve productivity
- String extension -> Use mutliple features in this extension with passing of String value
- dynamic extension -> also this extension useful for multiple feature with passing of dynamic values.
- added 2 other functions for more productivity
- You can understand through doc file..
- Uses latest dart features.
1.0.0 #
- Breaking change. Remove Unnecessary functions and First Stable version for 1.x.
New features #
- Add function to fetch custom space between widgets
- Add function to fetch current platform brightness
0.0.4 #
- Adding documentation and comment in document api for better understanding.
0.0.3 #
- Add Layout Body Class
- Improve Example For Better Understanding
0.0.2 #
- Added Example for packages
0.0.1 #
- This is initial version