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 · 1 comment
Open

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

mhkarami opened this issue Dec 10, 2024 · 1 comment
Labels
bug Something isn't working more-info-needed More information is needed to resolve the issue. Will be closed if no response is received.

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
@Sub6Resources
Copy link
Owner

This is certainly strange - I'm not sure how a Flutter package could disable those IDE options. Does the issue go away when you remove this library entirely?

@Sub6Resources Sub6Resources added the more-info-needed More information is needed to resolve the issue. Will be closed if no response is received. label Mar 12, 2025
@Sub6Resources Sub6Resources moved this to Todo in flutter_html Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working more-info-needed More information is needed to resolve the issue. Will be closed if no response is received.
Projects
Status: Todo
Development

No branches or pull requests

2 participants