-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Observatory 'print' command support #109
Comments
Sorry, completely forgot about this. It's probably caused by |
Hey no worries. I'm still running an older version of Flutter engine binaries (1.22.6), but will migrate to the 2.x engine binaries in a couple of weeks. On Observatory related question, would you expect Flutter-pi to support the newer DevTools ? |
thx!
So generally, everything observatory related is happening inside the flutter engine. So as long as the flutter engine works with your devtools, it should be all fine. I'm not sure they make any guarantees about inter-version compatibility though. I think the best way to find out would be just asking on the flutter discord |
flutter-pi is very interesting.
Set up a RPI4, running
flutter_gallery
application, and that works well.Exploring the Observatory operations via Chrome browser.
Breakpoints work well.
I noticed that 'print' operations do not work. Example ..
$ print _textScaleFactor
{details: _compileExpression: No compilation service available; cannot evaluate from source.}
This would help make debugging that much more powerful. Is there something that can enable 'print' commands ?
The text was updated successfully, but these errors were encountered: