Bacancy Technology
Bacancy Technology represents the connected world, offering innovative and customer-centric information technology experiences, enabling Enterprises, Associates and the Society to Rise™.
12+
Countries where we have happy customers
1050+
Agile enabled employees
06
World wide offices
12+
Years of Experience
05
Agile Coaches
14
Certified Scrum Masters
1000+
Clients projects
1458
Happy customers
Artificial Intelligence
Machine Learning
Salesforce
Microsoft
SAP
June 13, 2023
Flutter version : 3.3.0
If one wants to do hot reload or hot restart from the terminal then the application should be run from terminal rather than from an ide or code editor.
When you run an application from the terminal with flutter run then you can run below commands.
Flutter run key commands.
r Hot reload.
R Hot restart.
h List all available interactive commands.
d Detach (terminate “flutter run” but leave application running).
c Clear the screen
q Quit (terminate the application on the device).
I have tested it and it worked for me in most of the devices ranging from iphone and android simulators to real devices.