sdui 0.0.43 sdui: ^0.0.43 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.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