5

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?

Vineet Ravi
  • 1,457
  • 2
  • 12
  • 26

1 Answers1

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