We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I write runApp(game.widget), my IDE shows this error... is there something outdated regarding this?
The text was updated successfully, but these errors were encountered:
I'm getting the same error. Any update on this?
Sorry, something went wrong.
I encountered this error as well, the fix should be
BoxGame game = BoxGame(); runApp( GameWidget( game: game, ), );
Src: https://medium.com/flutter-community/flutter-flame-step-1-create-your-game-b3b6ee387d77 https://docs.flame-engine.org/1.0.0/game.html?highlight=widgets
No branches or pull requests
When I write runApp(game.widget), my IDE shows this error... is there something outdated regarding this?
The text was updated successfully, but these errors were encountered: