Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is only needed to be done once before doing anything.

Install Git if it has not already been installed: https://git-scm.com/

Install Flutter if it has not already been installed: https://docs.flutter.dev/get-started/install

  • When unzipping: Do not keep the version number as Flutter has automatic update

  • Add to Path: [flutter unzip location]/flutter/bin/

    • Don’t forget bin

  • Disable analytics:

    • flutter config --no-analytics

    • dart --disable-analytics

      • If this crashes, uninstall and reinstall Git

    • VS Code:

      • Go to settings: Ctrl+, OR File→Preferences→Settings

      • Search for telemetry

      • Set to off

  • Ignore the setup sections after flutter doctor and setting the path

...