Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating native ios framework(. framework) and Android jar using flutter project

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?

like image 939
Vineet Ravi Avatar asked Nov 07 '22 22:11

Vineet Ravi


1 Answers

https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps explains the options for combining Flutter with native iOS or Android apps.

like image 50
Günter Zöchbauer Avatar answered Nov 26 '22 19:11

Günter Zöchbauer