Forum Discussion
Traky
Oct 05, 2022Copper Contributor
How to package an app which contains another app
Hello, please i need help on how to package my application. I'm currently working on flutter project and i would like to package my flutter application. The problem is this app need another app to ...
Traky
Oct 05, 2022Copper Contributor
Bogdan Mitrache Hello, Thanks so much for the reply..
The process is :
Actually, I'm working on an app that needs a couchbase sync gateway to synchronize the app data with the couchbase server. I want to create a package that will ask the user if he wants to install the couchbase server or just the app + the sync gateway.
If he decided to install the app + the sync gateway I will install first the sync gateway exec and then the flutter app.
Hope that it makes sense.
harshada2019
Microsoft
Mar 01, 2023Currently this scenario of the app (a main package) declaring(and installing) a dependency on another main package is not supported but we have noted this requirement and will look into it.