I’ve created a flutter plugin for a corporate company. How can I use this plugin feature in another flutter and Native android/IOS application without sharing the code.
I tried out several methods.such as upload the plugin into a git private repo and try to embed in another project using https. but if I share the https to another client he can’t able to access the repo.