

I'm using Firebase Auth, and what it does is, it makes you sign in. Then I launched my app, and clicked on the button to sign in. It works mostly fine, except for WebView, says the documentation. So I had to use the emulator preview release. Selecting an arm64 version of Android R did not work. Things should get better in a few months at most. For now I'll do this at the cost of performance, so that I don't have to hunt down which ones are compatible and which ones are not compatible with M1 yet.Īnd now that it's running fine, I realize there was indeed a note on installing Flutter on Macs with M1 processors:Īndroid Studio, Android Emulator, Visual Studio code are not ready for a stable build for M1, but it's being worked on. I installed Rosetta, then made Terminal.app open with Rosetta. (9 tries left)Ī quick search on Google led me to this post. $home/flutter/bin/cache/dart-sdk/bin/pub: line 49: $home/flutter/bin/cache/dart-sdk/bin/dart: Undefined error: 0Įrror: Unable to 'pub upgrade' flutter tool. $home/flutter/bin/cache/dart-sdk/bin/pub: line 49: $home/flutter/bin/cache/dart-sdk/bin/dart: Bad CPU type in executable Choose an option in the dialog to download the command line developer tools.ĭownloading Dart SDK from Flutter engine 92ae191c17a53144bf4d62f3863c110be08e3fd3. Xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. It started downloading the Dart SDK, then threw this error: % flutter So I went to v and downloaded the latest build. The next thing I did was install Flutter. The first thing I did was install Chrome.
