79131995

Date: 2024-10-28 03:42:06
Score: 1
Natty:
Report link

It work for me. Follow these steps:

  1. Navigate to your Flutter SDK directory:

cd /Library/development/flutter

  1. Fetch all tags from the Flutter repository:

git fetch --all --tags

  1. Checkout the specific version tag:
    for example:

git checkout tags/3.19.0

Finally, run flutter doctor to ensure everything is set up correctly

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Trịnh Đức Duy