One application generating several apk
-
Hello, I am developing an application and in it will have several services scheduled, example: user registration, calendar, forms, I would like if it is possible at the moment of building apk I can choose which services it can have, applications with the same code.
Tks. -
I believe you can do that with QEnv app extension: https://github.com/quasarframework/app-extension-qenv
That way you could have build flavors depending on the env you use, and check those in code.