I wonder if it is possible to rely on a non-source package or plugin in the Flutter Module? Similarly Cocoapods can rely on both source code and Framework non-source code.
pubspec.yaml like this:
dependencies:
flutter:
sdk: flutter
some_sdk: ^1.0.0 (this sdk downloads can be either framework or source code)