python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to dynamically state which flavor route files to import to deal with boilerplate code when making new flavors?
One of our apps has quite a few Flutter flavors, where a router needs to be set up for each flavor in order to navigate around the app, as the individual router file will contain the correct imports t...
adominas20
Votes: 0
Answers: 0
Does not pick the right AppIcon when distributing Flutter app to App Store
I have created multiple environments(Development, QA, Production) in my flutter app using flavors and it works fine. To differentiate each environments, I have created different AppIcons for each. Whe...
chk.buddi
Votes: 0
Answers: 1
Cleaning flavor paths for different build types
I have about 8 flavours in my app, plus the default main flavour.
I want to have a different icon for each flavor but also a different icon for each build, eg debug, demo, release.
The folder structur...
eoinzy
Votes: 0
Answers: 1
DeepLinkDispatch with different modules (libraries)
I'm trying to add DeepLinkDispatch library (by airbnb) in my project in order to handle deeplinks. The project has different modules and some links needs to be handled by Activity's in this modules.
A...
pauminku
Votes: 0
Answers: 0