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?
Asked
Active
Viewed 860 times
5
-
1Look at Flutter `Add2App`. – Richard Heap Jan 12 '19 at 12:35
1 Answers
1
https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps explains the options for combining Flutter with native iOS or Android apps.

Günter Zöchbauer
- 623,577
- 216
- 2,003
- 1,567
-
is it possible to generate .framwork from a dart project is my question. – Vineet Ravi Jan 26 '19 at 15:58