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

[BUG] hot reload disable after first hot reload on windows #1453

Open
mhkarami opened this issue Dec 10, 2024 · 0 comments
Open

[BUG] hot reload disable after first hot reload on windows #1453

mhkarami opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mhkarami
Copy link

Describe the bug:
I have the same issue. When a page of the application is displayed, and this library is used to show content on that page, pressing the hot reload button disables both the hot reload and hot restart options. The software needs to be stopped and re-run, which takes a lot of time. This problem occurs specifically in the Windows build.
i use these dependencies :

HTML to reproduce the issue:

Html widget configuration:

Expected behavior:

Screenshots:

image
=> after hot reload :
image

Device details and Flutter/Dart/flutter_html versions:

i use this library to create windows app.

dependencies:
...
  flutter_html: ^3.0.0-beta.2
#  flutter_html: ^3.0.0-alpha.5 // tested but problem not fixed
  flutter_html_table: ^3.0.0-beta.2
#  flutter_html_table: ^3.0.0-alpha.5
dependency_overrides:
  flutter_html:
    git:
      url: https://github.com/sub6resources/flutter_html.git
      ref: fix/intrinsics-and-table

Stacktrace/Logcat

no error or warning logs

Additional info:

A picture of a cute animal (not mandatory but encouraged)

when i should stop and re run app again :
image

@mhkarami mhkarami added the bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant