Replies: 1 comment 1 reply
-
Okay, I just removed that line of import and it works lol. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, not an issue just kinda stuck with the Basic Tutorial. Was following everything up until
tutorial_functions.rs
, where I got stuck.I'm a beginner at Rust and pretty "rusty" with Flutter. So I don't know if it's just me.
Can anyone know why the
use crate::common::*
can't be used?I added
mod tutorial_functions;
in thelib.rs
as well btw.Beta Was this translation helpful? Give feedback.
All reactions