stonewoodman
Results
2
issues of
stonewoodman
The value `keeptogether` on a `ListItem` is ignored ``` ListItem listItem = new ListItem("multiline text...", font); listItem.setKeepTogether(true); ``` **expected result** The flag has the same behavior as by `Paragraph`.
enhancement
good first issue
I'm having a problem with iOS if data is null. `await Http.request({ 'POST', 'https://...', headers: { 'Content-Type': 'application/json', Accept: 'application/json' }, data: null });` This throws an error. If result...