You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask if it's possible to provide some more information on how to set this package up and customize it.
I've managed to get it working after copying some stuff from the .grandle files under the example/android folder and updating my JDK, but I have no clue what changes are required and what not.
Also, it would be interesting to know how we can overwrite the service name and the logo, which (from my limited knowledge) has been set in the AndroidMainifest.xml of the package. I've read that you can sometimes overwrite the AndroidManifest of a library here but if I try to set my service tag with a different name, it now shows two options in the service selection menu (one is my service name and the other is the default one). Unfortunately, my native development knowledge is rather sparse, so I currently don't know how to solve that.
The text was updated successfully, but these errors were encountered:
I've just added some usage guidance to the README and have also just added some additional customisation options and demonstrated their use in the updated example app.
I'm not an expert in Android native app development yet either so can't provide exact details on which changes are required in the gradle files (if any). It's possible that no changes to the standard Flutter template gradle files are required but I can't be certain.
You need to use tools/replace in the manifest to overwrite specific properties - I've now demonstrated that in the example app.
Hopefully that is enough to get you started but please let me know how you get on and if any specific questions remain.
I'm happy to add (or accept PRs with) additional documentation specific to getting this package working but don't want to duplicate general Android native development documentation. Hopefully the repo is now in a state that more closely reaches that correct balance!
This seems to look good so far, thanks a lot.
I will try to get something up and running in the next weeks/months and will document it. So I can create a pull request for some step-by-step instructions for the README.md and maybe some docstrings for the flutter code. It might take a while, bc I'm currently quite busy (maybe around May or so I should be free again), but I will definitely do it.
EDIT: Just wanted to say that I still have that in the back of my mind and it's not forgotten
Hello, first of all, thank you for the package.
I would like to ask if it's possible to provide some more information on how to set this package up and customize it.
I've managed to get it working after copying some stuff from the .grandle files under the example/android folder and updating my JDK, but I have no clue what changes are required and what not.
Also, it would be interesting to know how we can overwrite the service name and the logo, which (from my limited knowledge) has been set in the AndroidMainifest.xml of the package. I've read that you can sometimes overwrite the AndroidManifest of a library here but if I try to set my service tag with a different name, it now shows two options in the service selection menu (one is my service name and the other is the default one). Unfortunately, my native development knowledge is rather sparse, so I currently don't know how to solve that.
The text was updated successfully, but these errors were encountered: