/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/homebrew/install/HEAD/install.sh)"brew install flutterInstall from the App Store, then run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunchDownload from code.visualstudio.com
Install these extensions inside VS Code:
- Flutter
- Dart
sudo gem install cocoapodsflutter doctorgit clone https://github.com/Ledian63S/quanta.git
cd quanta
flutter create . --org io.github.ledian63s --project-name quanta
flutter pub get
code .- Connect your iPhone via USB
- Trust the computer on your iPhone when prompted
- Open
ios/Runner.xcworkspacein Xcode - Go to Signing & Capabilities → select your Apple ID as the Team
- Back in VS Code terminal:
flutter run