Questions tagged [flutter-module]

43 questions
0
votes
0 answers

Integrating Flutter Module into Native App

I’m sorry this will be a long question. I need advice from you guys. Currently, I’m working on integrating the Flutter module into iOS App. But, before explaining the main problem, I will describe the current situation. So, now we have one native…
ahmdmau
  • 1
  • 2
0
votes
1 answer

XCode 13.3 Pod Install Removes Path To Flutter Module

we are using Flutter as a Module embedded in our project, and we have some problems. When upgraded to xcode 13.3 , we run into an issue : Running pod install in the iOS project removes the path to the flutter module like this: When discarding these…
grisVladko
  • 161
  • 2
  • 10
0
votes
1 answer

Flutter submodule in Android project - packages not resolved

I am trying to add a Flutter module to my Android project. For that, I follow the relevant flutter docs, and everything seemingly works fine. However, when I run a Gradle sync after following all the steps in above link, the sync returns the…
derpda
  • 1,093
  • 8
  • 16
0
votes
1 answer

Add one flutter app to another existing flutter app

Is there any way to merge a smaller flutter app to another flutter app? I'm finding ways to merge the flutter app to a native android app, but can we do it to another flutter app?
0
votes
1 answer

How to back from flutter module with data to native app ? I know how to send data from android to the flutter module! I just wanna the reverse

This is the code to navigate: startActivity( FlutterActivity .withNewEngine() .initialRoute("/my_route") .build(this) )
Osama Abdelaziz
  • 132
  • 2
  • 8
0
votes
1 answer

How to run any 1 module without having to run main.dart?

How to run any one module in Flutter without having to run main.dart?
0
votes
1 answer

How to publish flutter module on jfrog/maven to integrate on existing iOS native app?

I have created a flutter module which I need to integrate in iOS native. Followed the Option-C to generated pod 'Flutter.podspec' using below reference. https://docs.flutter.dev/development/add-to-app/ios/project-setup It generated three folder…
tauheed
  • 161
  • 1
  • 12
0
votes
1 answer

Flutter Error: VM snapshot invalid and could not be inferred from settings. - When want to include Flutter module in android project

Use this Option B in link to include Flutter model. The project starts, but as soon as it comes to initializing the FlutterEngine, this error is thrown. 2021-12-10 13:54:09.300 12446-12446/ua.silpo.android.mtest E/flutter:…
greengo
  • 99
  • 4
0
votes
0 answers

How can I overide a build function with flutter Mixins

When I try to attach a mixin to a flutter state, I want to overide the build function of the state like what we do in widget inheritence, however, every time when I tried to do so. it gives me an error. Is there any one know how to override a…
0
votes
0 answers

I use flutter_modular and I need to dynamically create the custom transitions. How I can do this?

I use flutter_modular and I need to dynamically create the custom transitions. How I can do this? I have one more question. How can I do Modular.to.pushReplacementNamed without route name?
0
votes
1 answer

adding flutter module to existing android studio app

I have installed flutter and need to add it to my app because I want one of it's features, and also have added a new flutter module to my app, now how should I change the existing libraries(ex: implementation 'de.hdodenhof:circleimageview:3.1.0') so…
Android
  • 23
  • 1
  • 6
0
votes
1 answer

how to get the current position of the device in a flutter module?

I'm developing A Flutter module for android application, that module use Geolocatore to get the current position of the device. but when the flutter module get initializie I Got this error: location_permissions: unable to detect current activity I…
Adil Sakout
  • 75
  • 1
  • 10
-1
votes
1 answer

Flutter module can't connect internet

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 the internet. The feature of android native still…
1 2
3