Skip to main content
0 votes
0 answers
81 views

I am trying to generate iOS frameworks from a Flutter module using the flutter build ios-framework command. The build fails during the plugin compilation stage when the google_maps_flutter plugin is ...
Sunil Verma's user avatar
0 votes
0 answers
48 views

I'm exploring the possibility of creating a Flutter module that can be built as an AAR (Android) and XCFramework (iOS), and then integrated into another Flutter app as a binary dependency, similar to ...
Rolando Govea Ramírez's user avatar
0 votes
0 answers
59 views

I'm integrating a Flutter module (built as an .aar) into a Flutter host app. The goal is to keep the module's Dart code hidden (like an SDK), while still allowing UI launch and data exchange via ...
Irfan Khan's user avatar
0 votes
1 answer
92 views

I have a Flutter module for my native Android project that I have built an AAR file for. Now I want to do this automatically using my GitLab.ci file and then upload it to Google Artifact Registry. The ...
tofigh rouhani's user avatar
2 votes
0 answers
315 views

I have integrated flutter into Native Android app as Module. In this implementation I have extended the FlutterFragment and with Cached Engine. This custom flutter fragment is being used inside ...
Anukool srivastav's user avatar
1 vote
0 answers
279 views

I reported an error while exporting tflite_flutter as framework through the flutter module to the iOS native project. environment: flutter 3.7.0,xcode 14 dependencies: tflite_flutter 0.10.4 Unhandled ...
Ray Gu's user avatar
  • 11
0 votes
1 answer
247 views

I have a flutter module and integrated that in my native module. You can see the integration code below. In my native app, I have four flavors "dev", "debug", "uat", &...
Sakhawat Hossain's user avatar
1 vote
1 answer
275 views

I'm using flutter module to add some screens in my native iOS app. same thing is used on android side as well. Now I want to add dev, prod flavour to the app. I've managed to do so in flutter module ...
rv7284's user avatar
  • 1,112
0 votes
0 answers
57 views

I have a CLI tool writer in Dart. How can I make a GUI tool that shares the same codebase or module so they can both deliver the same functionality? So they can also update each other and evolve in ...
Fractale's user avatar
  • 1,714
0 votes
0 answers
39 views

how to solve this error E/FirebaseAuth( 4187): [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17010 null Phone number verification i added android device verification ...
Ibad Hassan's user avatar
1 vote
0 answers
155 views

TL;DR; Flutter Plugin project which uses .framework as iOS library, could not locate some of cpp libraries such as <list> I am working on a Flutter Application which contains platform native ...
top's user avatar
  • 11
0 votes
0 answers
719 views

I'm with a task but I don't know how to start this I searched a lot, there are very few articles about that, but none of then worked I need to create a SDK (library aar, framework) in flutter to be ...
Lucas Bordini's user avatar
0 votes
0 answers
190 views

I have a Xamarin application that I want to use as a simple portal to other applications. I wanted to know if it was possible to integrate flutter modules into it. The Flutter documentation (https://...
LiiOr's user avatar
  • 111
0 votes
1 answer
284 views

Recently i working integrate flutter module to android native app, but i got problem. With debug app, flutter module working normal with internet. But after release app , flutter module cant connect ...
Nguyễn Văn Linh's user avatar
2 votes
1 answer
2k views

I have the following app structure: - Main app (Android native) - Flutter module (aar) - Flutter plugin The main Android App uses a Flutter module that contains some Flutter plugins. One of this ...
siega's user avatar
  • 2,910

15 30 50 per page