kolog wright
kolog wright

Reputation: 11

Flutter hot reload not working with ctrl+s

My hot reload button is clickable working alright but if I used ctrl+s it does not reload I'm working with android studio flutter project Please any help?

I was expecting the Ctrl+s to hot reload but no results on that unless I click on the hot reload button

Upvotes: 1

Views: 363

Answers (2)

abdalla mohamed
abdalla mohamed

Reputation: 39

if you hover over the hot reload icon with your mouse it's gonna show you the active shortcut for it and to change it you can go to setting > keymap > main menu > Run/Debug

Upvotes: 0

LiiOr
LiiOr

Reputation: 101

If you're running your app using the 'flutter run' command, you can hot reload by pressing 'r' in the terminal window.

Upvotes: 0

Related Questions