Skip to content

Instantly share code, notes, and snippets.

@vashworth
vashworth / gist:ba37ad7edeaa10d2cd2c1ff365f0de8c
Last active February 27, 2025 02:03
Running Flutter with local Dart SDK
  1. Setup Flutter engine & et
  2. Create Local Dart SDK

You may need to do:

  • ulimit -n 200000
  • Add gcloud to PATH (flutter/engine/src/flutter/buildtools/mac-arm64/gcloud/bin)
    • gcloud auth application-default login

Make any changes to any files needed