Skip to content

Conversation

maxiee
Copy link
Contributor

@maxiee maxiee commented Feb 17, 2023

I noticed that StatefulWidget currently lacks a bridge for the dispose method, so I tried to add that.

I found that in addition to modifying the code in flutter_eval, I also need to modify flutter_eval.json to add the dispose declaration structure to the json, otherwise the dart_eval compile compiler will report an error that the symbol is not found.

I can't find flutter_eval.json in flutter_eval, I guess it's probably generated automatically at release time.

@ethanblake4 ethanblake4 merged commit 3247960 into ethanblake4:master Feb 17, 2023
@ethanblake4
Copy link
Owner

Thanks!

flutter_eval.json is indeed generated, although not automatically yet. I just uncomment this code.

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

Successfully merging this pull request may close these issues.

2 participants