Reputation: 1486
Is it possible to create ios framework or Android jar from a flutter project? I mean if I'm having a Flutter project, I'm sure i can create a flutter package out of it and use it around any flutter projects. But is it possible to get .framework (for swift) and .jar(for Android) too so that I can just use that framework file in xcode in native swift app?
Upvotes: 5
Views: 938
Reputation: 657937
https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps explains the options for combining Flutter with native iOS or Android apps.
Upvotes: 1