Tine Kondo
Tine Kondo
Hi @danielesegato Thanks for using the plugin and for reporting this. Can you please share me the content of your **.env** file (if present at root) and your **nx.json** +...
Hi, can you try changing the `name` to simply `poc` in `project.json` ? I'm not sure "apps/poc" is valid. What matters to find the files is the "sourceRoot".
Hi @danielesegato Thanks for your response. I will have a closer look this weekend and let you know. Stay tuned
Hi @danielesegato Sorry for the delay. This should be fixed now in the latest version of the `create-nx-flutter`. If you've already generated your workspace, you can simply update the version...
Thanks for the updates. > Is it expected for build-aar to not run in flutter modules? (it only tried to run on the app module which doesn't have android libraries)...
Hi @danielesegato Inferred tasks depends on the **type of project** (template) your have generated, the target **platforms** you've chosen , etc... The related code can be found here https://github.com/tinesoft/nxrocks/blob/0e2ae881800f72b450b5a1d5fb4e4491fcee50f8/packages/nx-flutter/src/utils/plugin-utils.ts#L68 Some...
Hi, You might be right about the `gen-l10n` and `assemble` tasks. I 'll review the conditions for all tasks. As for the `poc` project (which is of template `app`), I'm...
Hi @denny99 , Can you make sure that you're using at least version `v9.1.2`: https://github.com/tinesoft/nxrocks/releases/tag/nx-flutter%2Fv9.1.2? Try removing `node_modules`, then reinstalling them. As for this: > I've just named the project...
Hum, the issue seems specific to your setup.... can you provide more information about your workspace? how you created it? the files/folders structure? better yet, if you can share a...
Ok thanks for the complementary information. I'll try to have another look at today. Stay tuned!