Steps to reproduce flutter create bug flutter run for android Expected results Launch the app or build it for Android. Actual results Exception when launching the app. Code sample Code sample import 'package:f
com.atlassian.jira.util.dbc.Assertions$NullArgumentException: config should not be null! at com.atlassian.jira.util.dbc.Assertions.notNull(Assertions.java:28) at com.atlassian.jira.issue.fields.option.CachedOptionSetManager.getOptionsForConfig(CachedOptionSetManager.java:...
, useMaterial3:true, ), home:constMyHomePage(title:'Flutter Demo Home Page'), ); } }classMyHomePageextendsStatefulWidget{constMyHomePage({super.key,requiredthis.title});// This widget is the home page of your application. It is stateful, meaning// that it has a State object (defined ...
I think another reasonable alternative would be to make another exception that is similar in meaning to ExecutionError, but that derives from VirtualMachineError, and use this to unwind the stack on calling threads. If implemented properly, this should also cause applications to exit, but in a ...