Replies: 5 comments 33 replies
-
If you are using v2, then by default you can use the |
Beta Was this translation helpful? Give feedback.
-
@fzyzcjy yeah, I am using v2,
This method is the only one needs to be called from flutter right?
|
Beta Was this translation helpful? Give feedback.
-
@fzyzcjy I created a new frb flutter plugin library, put some logs in it, and use it in another new flutter app.
None of the logs are printed in the debug console. UPDATE Tried |
Beta Was this translation helpful? Give feedback.
-
This might help you. #2243 (comment) |
Beta Was this translation helpful? Give feedback.
-
Hi,
just as an example, as this worked with the "workaround", but not anymore after frb v2.3.0 for me. This could be extended with other use cases, e.g. "forward rust logs to Dart and configure logging from there" and the like. I tried to follow the quickstart guide and create a new project - but I am getting this error. Probably some needed permission in the file system is blocked in my case? Here is the error I get - but admittedly it is a bit out of scope to this discussion :/ Just want to know if frb create is broken only for me (on an M3 max Mac)
|
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for the awesome tools, how to do logging if I am using FRB to build Flutter package? Tried
log::debug!
andprintln!
macros, but none are written in the debug console.Beta Was this translation helpful? Give feedback.
All reactions