If you are using Apple Silicon Mac
$ sudo softwareupdate --install-rosetta --agree-to-license
Install the Flutter SDK
$ cd
$ mkdir development
$ cd development
$ unzip ~/Downloads/flutter_macos_3.3.2-stable.zip
$ vim $HOME/.zshrc
Add the following line
export PATH="$PATH:[PATH_OF_FLUTTER_GIT_DIRECTORY]/bin"
Reopen terminal to apply changes or run next command
$ source $HOME/.zshrc
Configure Xcode
$ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
$ sudo xcodebuild -runFirstLaunch
$ sudo gem install cocoapods
If you are using Apple Silicon Mac run next command additionally
$ sudo gem uninstall ffi && sudo gem install ffi -- --enable-libffi-alloc
$ open -a Simulator
Go to File->Open Simulator->Iphone 11
$ cd bonsai
$ flutter run
- cupertino_icons 1.0.2
- flutter_local_notifications 9.5.3+1
- flutter_svg: 1.1.6
- google_fonts: 3.0.1
- image_cropper: 3.0.1
- image_picker: 0.8.6
- get_it_mixin: 3.1.4+2
- intl: 0.17.0
- proste_bezier_curve: 2.0.2
- auto_size_text: 3.0.0
- shared_preferences: 2.0.15
- flutter_launcher_icons: 0.11.0