Flutter hot reload not working with ctrl+s

141 Views Asked by At

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

1

There are 1 best solutions below

0
On

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