leoafarias / sidekick

A simple app to make Flutter development more delightful
BSD 3-Clause "New" or "Revised" License
1.57k stars 101 forks source link

[bug] Cannot update flutter sdk #280

Open engelin opened 1 year ago

engelin commented 1 year ago

https://user-images.githubusercontent.com/26742874/219079500-0d7e9080-7272-494e-ac07-4532951fa4a1.mov


I wasn't able to update flutter stable sdk to 3.7.3 since not sync the actual version I've got. Tried to delete Sidekick app and re-installed, but didn't work. seems pref files been remained.

flutter --version
Flutter 3.7.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b06b8b2710 (3 weeks ago) • 2023-01-23 16:55:55 -0800
Engine • revision b24591ed32
Tools • Dart 2.19.0 • DevTools 2.20.1
fvm/default/version
3.7.0
aguilaair commented 1 year ago

I've had this happen to me before too. The issue is this:

image

To fix, you must force the update, the only way I know how to do that currently is through the terminal with the command flutter upgrade --force

This should be detected and taken care off though, so I will leave the issue open

aguilaair commented 1 year ago

This is also an FVM issue, @leoafarias

anilgsharma900 commented 1 year ago

I wasn't able to update flutter stable sdk to 3.7.3 since not sync the actual version I've got. Tried to delete Sidekick app and re-installed, but didn't work. seems pref files been remained.

flutter --version
Flutter 3.7.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b06b8b2710 (3 weeks ago) • 2023-01-23 16:55:55 -0800
Engine • revision b24591ed32
Tools • Dart 2.19.0 • DevTools 2.20.1
fvm/default/version
3.7.0

I am also getting same issue