Martynas Šustavičius
Martynas Šustavičius
We're experiencing similar issue with same warning when rebuilding our project in Android Studio Hedgehog | 2023.1.1 Canary 13. Strange thing is that running on mobile device works, but only...
Hi. I have a lot simpler test case: ``` class RandomClass { init { GlobalScope.launch { throw Exception("I am failing") } } } class RandomClassTest : FunSpec() { init {...
`class HtmlEditor extends StatefulWidget { final String _text; HtmlEditor(this._text); @override State createState() => _HtmlEditorState(); } class _HtmlEditorState extends BaseState { GlobalKey _keyEditor = GlobalKey(); @override Widget build(BuildContext context) { String...