admin管理员组

文章数量:1290982

I working on a forked Flutter package (vocsy_epub_reader) that integrates an Android library called Folioreader. I'm currently modifying Folioreader, but I can't figure out how to load a local version for testing. Instead, I've been forced to push my changes to a remote repository, build through Jitpack.io, and then update the version in vocsy_epub_reader’s build.gradle file.

Could someone provide a clear, step-by-step explanation of how to load a local version of Folioreader? The current process is extremely tedious.

本文标签: How to add a local Android packagemodule to a Flutter packageStack Overflow