Powered by Restream https://restre.am/yt
Developing Cross-Platform Flutter apps for IOS and Android - A video series in which I'll develop a casual game using Flutter and publish it for both IOS and Android in the end. The series will be split into several episodes so stay tuned for the upcoming ones!
While developing a simple casual game called Skipping Frog, which consists of a frog trying to jump across a pond, I'll be tacking the following:
Creating a Flutter project from scratch
Implementing the UI for the casual game
Develop the logic of the game: Handle gestures to interact with the character
Develop the logic of the game: handle all scenarios in the game: start, core game logic, winning, losing
Implement State Management using Provider
Connect to a Firebase Cloud Firestore backend to add leaderboards
Publishing the IOS version of the app to the App Store
Publishing the Android version of the app to Google Play
#Flutter #Dart #Firebase