I currently have an Android project that has integrated a Fluttermodule1 using FlutterBoost. I have also created a new Fluttermodule2 that I hope to integrate into my Android project. m1 uses native routing and m2 uses getx routing management. Should I merge these two modules now and change m2 to native routing, or should Flutterboost implement native redirection to Flutter and use getx routing internally, or should I not merge them and integrate them into two modules? Of course, is the routing management here also unified or should Flutterboost implement native redirection to Flutter and use getx routing internally?
I searched for information online and only found that Flutterboost is used for routing management, while Gex only manages status without routing
雨下黑 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.