Tag: flutter

  • Flutter Initial Installation Experience

    Installing Flutter on MacOS and using IntelliJ https://flutter.io/setup-macos/   From there, just iterate on brew doctor until it stops warning you about things not being installed.   In IntelliJ, I also got the following warning about the Dart SDK       Of course, when you click on the “Download Dart SDK” link, it points […]