Zhukov Sergey

Results 7 comments of Zhukov Sergey

The issue occurs when you use portal in component, which control input by state. As workaround, i made HOC for portal: ``` import React, { FC } from 'react' import...

But it would be good if I could change that sound. I've seen solution for Android API. Maybe I will try it later

Same problem here. I am using generated json by json_serializable package for remote devtools.

> Thanks for including this feature, it's very useful! I tried out 0.10.0-dev5 and strangely it seems to work opposite to how you described above. The default back behaviour was...

> Flutter already has [state restoration](https://medium.com/flutter-community/flutter-state-restoration-restore-scrollviews-and-textfields-d1d35cbd878c) built-in which might be the best way to tackle this issue. it doesn't work with routemaster, i've tried

> I came here with a similar issue, and found that my problem was solved similartly to bazl-E. In debug mode my app was working although it was throwing an...

I had same issue after upgrade to flutter 3.10. I have flutter test dependency and don't have test api in dependencies but when i changed flutter stable channel to master...