I am working on an app that installs mods on Ren'Py Android apps (you usually have to do it manually, which is very tedious!), I've got everything ready to go, however, I am stuck in one place... Signing the APK file... To give you an idea of what I want to accomplish, this ZipSigner app does it, and I want to be able to do precisely what is being done here... Any idea how to accomplish this in Dart/Flutter?
I did notice that ZipSigner is open source, but it is written in Java, and my Java is about as bad as it gets :')