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

Hot reload or even hot restart are not reflecting changes unless I stop and restart the application #487

Open
bahman2000 opened this issue Oct 19, 2024 · 1 comment

Comments

@bahman2000
Copy link

Suppose I have a method as below, which is executed in the background service:

void showLog() { print('test1'); }

During the debug app, I have to change to the following code:

void showLog() { print('test2'); }

Now I perform hot reload or hot restart and I see 'test1' in the console. Even in the case that the background service is already stopped and restarted, It has no effect on this function.

@yash-segnotech
Copy link

Facing same issue.

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

2 participants