Devon Carew
Devon Carew
> @devoncarew Not sure what `kittens` is (typo?) but I imported `google_generative_ai` as below: Oops! That was a copy-paste error; it should have read `google_generative_ai` :)
@arnoorani - given the age of this issue (and how much the library has changed since then), this may or may not be the same problem. Do you mind filing...
> WASM is like the "grand unified interface" of interoperability within the software development community Yeah, I completely agree here. Wasm can help solve the many-to-many problem for algorithms; if...
We should likely describe it in our docs (https://docs.flutter.dev/tools/devtools/inspector), and perhaps in-line in the UI as well (as a tooltip?).
Just collecting thoughts on potential use cases, it would be nice to log when a hot reload or a hot restart happens - these serve as good markers to separate...
Good question - I don't know. I would be something that shows up as a category that people could filter by. Perhaps just `flutter` for general framework events? `flutter.frame` is...
We _could_ use `inspect`, which generally isn't hooked up in IDEs to inspect anything, but that would be re-interpreting its semantic meaning...
To be json encodable, the object needs to be a primitive, a List, or a Map. I hit this issue right off the bat w/ my sample project - I...
@venkatd - you might consider filling this as a feature request against devtools (https://github.com/flutter/devtools); more sophisticated display and filtering of logging there would be great.
W/ `logData`, we could tell the API user that there were some conventions about how to transmit the data; that we'd expect it to be jsonable, and would send over...