Vladyslav Bondarenko

Results 13 comments of Vladyslav Bondarenko

Reproduced with https://github.com/flutter/flutter/issues/54029#issuecomment-612623766 - AnnotatedRegion is working with android, but not with iOS flutter doctor -v ``` [✓] Flutter (Channel master, 1.21.0-6.0.pre.90, on Mac OS X 10.15.6 19G73, locale en-GB)...

> **Workaround** 👇 > > ``` > {...props} > sx={{ > '.MuiTablePagination-displayedRows': { > display: 'none', // 👈 to hide huge pagination number > }, > }} > paginationMode="server" >...

Possible cause is described here https://github.com/flutter/flutter/issues/38534

Persists with current master `1.21.0-6.0.pre.41` flutter doctor -v ``` [✓] Flutter (Channel master, 1.21.0-6.0.pre.41, on Mac OS X 10.15.6 19G73, locale en-GB) • Flutter version 1.21.0-6.0.pre.41 at /Users/nevercode/dev/flutter • Framework...

Now I see that ellipsis is not working properly for custom font with set fontWeight different from normal. Doesn't reproduce with default font or with normal fontWeight. Doesn't reproduce in...

Thanks @liodali , It should be solved by this, closing. @noteScript If you disagree please write in the comments and I will reopen it https://flutter.dev/docs/cookbook/navigation/returning-data#interactive-example

Persists with current master `1.21.0-6.0.pre.117`. Tried also with iOS and MacOS desktop. Mask is applied only in web. flutter doctor -v ``` [✓] Flutter (Channel master, 1.21.0-6.0.pre.117, on Mac OS...

Similar to https://github.com/flutter/flutter/issues/51096 But in this case `skipOffstage: false` doesn't help

Hi @pd4d10 It looks like a proposal Thank you