Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support with old Flutter versions #41

Open
JustinDMH opened this issue Jun 17, 2021 · 0 comments
Open

Support with old Flutter versions #41

JustinDMH opened this issue Jun 17, 2021 · 0 comments

Comments

@JustinDMH
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant