Buzz through your day with this easy to use to-do and journaling app
Install local pre-commit hook
pip install pre-commit
pre-commit installInstall commit-msg hook
pre-commit install -t commit-msgInstall Ruby
brew install ruby
brew link --overwrite ruby
echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrcInstall cocoapods
brew install cocoapods
brew link --overwrite cocoapodsOpen iOS simulator
open -a Simulator make it-test- Enable dev mode on your phone
- Build for target
flutter build ios- Install
flutter run --release -d <device id>