Replies: 2 comments 1 reply
-
Hmm, what about firstly use vanilla |
Beta Was this translation helpful? Give feedback.
-
I tried that, i.e. using The “problem” is that the current system is not separating concerns. It complects the act of creation with the place at which files are stored. Probably naming the project and storing its files could be two distinct command line parameters. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to start a new FRB project. I go to Github, create a new repo, clone it to my local machine and now want to call
flutter_rust_bridge_codegen create
. But I can’t use it one level above my repo, as it will tell meBut I can’t call
integrate
inside that folder, as there is nothing but a.git
folder.How can I run
create
, provide a name for my project but specify that everything should be created inside the current.
directory?Beta Was this translation helpful? Give feedback.
All reactions