In this tutorial, we will go through all the steps to automate our tests, beta releases and even the app store releases, but before we start I need to thank Moski Doski for helping and guid...
How to integrate GameKit
What is it? GameKit is a group of APIs from apple to simplify some games basic features like leaderboards, achievements, and online matches. In this tutorial, I’m going to show you how to...
How to integrate Google Play games services
What is it? Google play games is a group of APIs from google to simplify some games basic features like leaderboards, achievements, and online matches. In this tutorial, I’m going to show...
Boost your flutter development with templates
Android studio make it really easy for us to create a new activity or fragments with the pre defined file templates. Sadly, This is not the case for flutter, you need to create the file the...
How to integrate GameKit and Google play services - Flutter
Nowadays with millions of games on the store, it’s hard to compete with all of them and any small change or feature you add to your game will push it more and make the player come back to y...