This is all based off the project defaults from flutter create on the master channel. I have native assets enable. I am on windows 11 and followed the directions outlined on the windows page.
small changes
_MyAppState is now _MyHomePageState and MyApp is now MyHomePage
initState() requires @override and super.initState()
Ran into this error in editor:

thermion_examples issues
I also wasn't able to run the quickstart or example flutter projects in thermion_examples.
Target native_assets failed : error : Building native assets failed.
This is all based off the project defaults from
flutter createon the master channel. I have native assets enable. I am on windows 11 and followed the directions outlined on the windows page.small changes
_MyAppStateis now_MyHomePageStateandMyAppis nowMyHomePageinitState() requires
@overrideandsuper.initState()Ran into this error in editor:

thermion_examples issues
I also wasn't able to run the quickstart or example flutter projects in thermion_examples.
Target native_assets failed : error : Building native assets failed.