
Managing the Mobile Application#
Cobalt has a mobile application that is used to send notifications (results and draws) to players. It is written in Flutter and deployed for Android and iOS.
Development Environment Set Up#
Warning
Flutter and the associated tools change rapidly. These instructions may be out of date.
Set Up Code#
Set up the code:
mkdir cobalt-mobile
cd cobalt-mobile
git init
git remote add origin https://github.com/abftech/cobalt-mobile.git
git fetch
Install Flutter#
This takes forever.
You will need support for Android and iOS. You can start with iOS and add Android afterwards.
Instructions here: https://docs.flutter.dev/get-started/install/macos/mobile-ios
Instructions for adding iOS are at the bottom of that page.