Yijing Huang
Yijing Huang
The problem has not been resolved yet. I intend to do it after the release of the edit link dialogue, as we can gather feedback from developers to determine which...
@alihassan143 Since the width of the screen on mobile is very narrow and we only allow one image in a single line(node). I think it is good to lay the...
I feel the core of this request depends on **what is the user's intention when leaving a page**. When a user chooses to leave a page, they may fall into...
@Xazin Totally understandable, I also feel creating a distinct UX experience for these two scenarios is important too so that users won't get confused by its purpose. For example, for...
I found that setting `disableScroll` to true can make `KeyboardActions` to be used as a renderbox widget. Then we can either use `KeyboardActions` inside `SliverChildListDelegate` under the `SliverList`, or wrap...