-
Notifications
You must be signed in to change notification settings - Fork 39
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
Update example apps to use dart_eval 0.7.9, support Flutter 3.22 #83
Conversation
Thank you! Just one Q - why did you replace EvalWidget with CompilerWidget in the example? |
The example wasn't working because of the lacking |
@ethanblake4 should I revert this back to |
|
I don't think that running the demo app in release mode is uncommon, I'd definitely would do that if I'd to evaluate the solution. |
As stated, I think the |
@ethanblake4 You seem busy with other things, would you trust me enough to give me push access to main and an option to publish new version of the package? It has been 3 weeks since the incompatibility of flutter_eval with the newest stable Flutter version was fixed, while currently published flutter_eval version prevents the package users from upgrading to Flutter 3.22+, or, worst yet, new users are unable to try the project out while I publish new content about it. I really don't want to see this project fall into obscurity. |
Hi, I'm currently on vacation in Japan so indeed will be a bit slow to get around to things. Please be patient, I should have time in the next few days. Thank you. |
Have a great time! |
In Flutter 3.22.0 deprecated Material text styles (
.headline1/2/3/...
,body1/2/...
, etc.) got removed, breaking the bridge implementation.Also, Flutter bindings should be regenerated for Flutter 3.22.+