Bryson Thill

Results 22 comments of Bryson Thill

@cdimascio Is that something you'd accept a pull request for? I also wonder if there could be some way to support the removal of readOnly properties but the _rejection_ of...

This seems directly related to a bug in the official Flutter `ReorderableListView`: https://github.com/flutter/flutter/issues/58364

Is this likely to be included in the next release of Flutter? It's exactly what I need for my use case! :)

I ran into this and was confused as well, and wound up here. But upon further thought, this is kind of tricky unless the package keeps a list of valid...

@igor-krupenja Have you had a chance to take a look at this? I'm interested in the same feature. 🙂

> This looks like a responsive matter to me. > > > This is regularly my approach. > > - For the `/users` route: > - Narrow/small screens: A `ListView`...

For anyone else running into the adaptive navigation scenario I referenced above, here's my current hacky workaround. I use two nested shell routes: A. An outer shell route that can...

What's the correct fix here? This is breaking the popular [auto_size_text](https://pub.dev/packages/auto_size_text) package for web on mobile. My current workaround is to always use CanvasKit, but this comes with other issues...

What needs to happen for the linked pull request to be reviewed/approved?

It seems like maybe there's some misunderstanding here. I think the suggestion is to add web as a supported platform for this plugin in exactly the same way that iOS...