[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.
-
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:lib
would 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
buildApk
action for examplewhat do you think ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions