summaryrefslogtreecommitdiff
path: root/android/app/src
AgeCommit message (Collapse)Author
27 hoursCreate flutter projectHEADmainxengineering
This was done using the following command. flutter create \ --description "Sia app" \ --org "eu.xengineering" \ --project-name "sia_app" \ --platforms linux,android \ --empty \ .