tiki-deprecated / publish-sdk-flutter

TIKI SDK (Flutter) - Consumer Data Licensing
https://mytiki.com/docs/sdk-overview
MIT License
4 stars 4 forks source link

Remove Flutter UI Components from AAR and XCFrameworks Builds #243

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

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:

ricardobrg commented 1 year ago

We have decided to split the library into the Flutter Package (this library) and the Platform Channels.