Wanna enable sticky scroll for your Flutter projects in VSCode?
Just set this in your settings.json
file:
"editor.stickyScroll.enabled": true
And you're good to go! 👇
Found this useful? Show some love and share the original tweet 🙏
Previous | Next |
---|---|
Using build_runner in watch mode |
Using AnimatedContainer to animate Container properties |