sdui 0.0.53 sdui: ^0.0.53 copied to clipboard
*SDUI* make it easy to implement Server Driven UI pattern on flutter. - The server decides what to render by describing in a JSON the widgets to render. - The Flutter screen parse the JSON and build t [...]
CHANGELOG #
[0.0.49] 2021-11-23 #
Update #
- ListTile now support padding
- Set the size of ListTile trailing and leading icons
[0.0.48] 2021-11-21 #
Added #
- Support Action.share
- Added dependencies to share_plus
[0.0.40] 2021-11-13 #
[0.0.38] 2021-11-08 #
Updated #
- Center app-bar header
- Improve logging of HTTP errors
- Add SDUIButton.stretched
[0.0.36] 2021-11-08 #
Modified #
- Add into Row/Column properties:
mainAxisAlignment
crossAxisAlignment
andmainAxisSize
- Add support for
Scaffold.backgroundColor
- Improve HTTP status logging
[0.0.30] 2021-11-07 #
[0.0.26] 2021-11-06 #
[0.0.23] 2021-11-02 #
[0.0.17] 2021-10-11 #
[0.0.13] 2021-10-09 #
Added #
- Add HttpInterceptor to provide functionality to intercept all http transactions
- Add support for SafeArea