[nx-flutter] Support Libraries #24
Replies: 3 comments 1 reply
-
|
also a lot of options are mutually exclusive, like why choosing kotlin and swift before choosing the target as a pure Dart lib ? some options just create errors like, a pure dart package shouldn't ask for targets, so when you choose one or more you get this : |
Beta Was this translation helpful? Give feedback.
-
|
Hi @benoitskipr Thanks for the continuing feedback, much appreciated 👍🏾
Me: Good point 👍🏾 I could add an
Me: Another valid point 👍🏾 It is due to the static nature of the generation prompt: The next questions don't consider the previous answers. I will look into a way to provide a dynamic prompt (if that is possible with the Schematics API...). I've created #26 for that |
Beta Was this translation helpful? Give feedback.
-
|
awesome, thanks for the plugin |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I don't know nx very well yet, but I'm missing a way to create libraries (from modules/plugins/packages), a
nx-flutter:libwould be nice, that would help for the dependency graph, also it feels weird to call nx-flutter:app when we want to create a library ("projectType": "library").also, a library wouldn't have the
buildApkaction for examplewhat do you think ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions