Where to get help?
There will be times when you are making your game that you will get stuck. You may not know how to implement something or there might be a bug with the Flame library or Flutter SDK, for instance.
Here, I have compiled a list of great resources where you can seek help if you get stuck:
- Flame Discord (https://discord.gg/5unKpdQD78): Here, you can ask the Flame development team questions and get excellent advice on how to use Flame.
We especially want to thank Spydon, Erick, and Wolfen on the Flame Discord server for all the help they gave while I worked on the book.
- Stack Overflow: The same people who monitor Flame Discord monitor Stack Overflow, where you can also post questions. Be sure to tag your questions with the
#flame
tag. - Flame documentation: The Flame documentation can be found at https://pub.dev/documentation/flame/latest/, and you can find many examples and tutorials for Flame at https://github.com/flame-engine/flame/tree/main...