A new Flutter project for Breakthrough candidates
flutter create public_breakthrough_flutter --project-name my_flutter_app 3:35:39
Developer identity "Apple Development: ewan.nisbet@outlook.com (5Y782MYFMX)" selected for iOS code signing
Creating project public_breakthrough_flutter...
Resolving dependencies in `public_breakthrough_flutter`...
Downloading packages...
Got dependencies in `public_breakthrough_flutter`.
Wrote 129 files.
All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev
In order to run your application, type:
$ cd public_breakthrough_flutter
$ flutter run
Your application code is in public_breakthrough_flutter/lib/main.dart.
git add .
[public_breakthrough_flutter] git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/thatdogmachine/public_breakthrough_flutter.git
git push -u origin main
MY_USER=$(whoami)
echo "I am: $MY_USER"
sudo rm -rf /Users/$MY_USER/repos/public_breakthrough_flutter/macos/Flutter/
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
// TODO: chrome PWA download settings in site root