Since the native libraries will not use the Flutter UIs, it is not necessary to keep the classes in the exported binaries.
Besides the performance gain in reducing the size and number of libraries in the native binaries, it fix missing libraries dependencies, like the Permission object that is referenced in the Offer object in the Flutter UI and not included in the native binaries.
Since the native libraries will not use the Flutter UIs, it is not necessary to keep the classes in the exported binaries.
Besides the performance gain in reducing the size and number of libraries in the native binaries, it fix missing libraries dependencies, like the Permission object that is referenced in the Offer object in the Flutter UI and not included in the native binaries.
Possible fix: