You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I jump back and forth between new Flutter SDKs and projects with old SDKs regularly. Is it possible to add in a check for the Flutter SDK of the current project?
If project SDK > 2.0, use null safety json, otherwise use the old snippets.json
The fix for now is to go into the extension and manually switch the version back and forth, but it can be cumbersome if done regularly.
The text was updated successfully, but these errors were encountered:
I jump back and forth between new Flutter SDKs and projects with old SDKs regularly. Is it possible to add in a check for the Flutter SDK of the current project?
If project SDK > 2.0, use null safety json, otherwise use the old snippets.json
The fix for now is to go into the extension and manually switch the version back and forth, but it can be cumbersome if done regularly.
The text was updated successfully, but these errors were encountered: