thlorenz / rid

Rust integrated Dart framework providing an easy way to build Flutter apps with Rust.
64 stars 4 forks source link

feat: rid log/msg improvements #32

Closed thlorenz closed 2 years ago

thlorenz commented 2 years ago

Logging to the console when running rust tests for our app and [cfg(test)] is active.

Additionally added two more log/msg types msg_info and msg_warn which are messages that aren't errors but should be presented to the user via a snackbar or similar.