Tag: flutter
-
My Flutter Flight – Generate some Puzzle Levels – Part 2
Trying to solve auto generated puzzle levels – but with mixed success.
-
My Flutter Flight – Add some sound
Good games feature good sounds and background music. So here is how I managed to insert them into my flutter game.
-
App Development – Before the programming
Even before writing the first line of code, there is some planning to do first. About how to develop an app and where to get needed resources.
-
My Flutter Flight – Welcome to the Dark Mode
Browser, Desktop and mobile App – they all bend under the device’ dark mode. Some users want to have a last veto within a switch.
-
My Flame Game – Ultimate background image
I want my game to be playable in landscape AND portrait mode. And this is how I choose to do it.
-
My Flutter-Flight – “What’s new” Messages
For first time users and after an update, I want to display information to my users. A tutorial or release notes.
-
My Flutter-Flight – Update your App
This is for me to remember how to update my app for all the flutter platforms… and for those who are interested.
-
My Flutter-Flight – Localization
It’s never too early to include localization into your app. No matter how multilingual you are.