Is it possible to create a closed source Flutter plugin?
I am building an SDK in Flutter and my client said that is should be closed source. For native IOS and Android I have created flutter module and compiled them to binary .framework and .aar files. I can use these…