Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 975 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 975 Bytes

OOP-Project #5th Team

OOP discipline project, on the guidance of Prof. Alisson Gomes, in the 2021.1 semester (Computer Engineering Course)

⏳ Now, we are: Coding the App

Members

Resources

MacOs and Linux

flutter create --org br.com.ipiraja teste2 #Prevents the package to becoming generic
#Configure the IOS Simulator
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license
open -a Simulator 
#Run your project
flutter devices
flutter run