Questions tagged [flutter-add-to-app]

For questions relating to adding flutter to existing iOS or Android apps. Use this tag in combination with the general [flutter] tag. If your question applies to Flutter more generally, use the [flutter] tag only.

Flutter provides methods of integrating Flutter with an existing app when it's not practical to completely rewrite the app in Flutter. The process of doing this is documented here.

34 questions
0
votes
1 answer

No Firebase App '[DEFAULT]': for 'Add to App' flutter app with firebase_crashlytics

TLDR; How can we configure firebase crashlytics with flutterfire for Add to App I've seen other stackoverflow questions and tried those options already Longer version: Parent app, doesn't have any firebase plugins nor firebase.initialize() calls.…
satyajit
  • 1,470
  • 3
  • 22
  • 43
0
votes
0 answers

Loading Flutter SO files Dynamically Crashes

I am new to flutter. I have used the add 2 app concept from flutter documentation https://docs.flutter.dev/development/add-to-app to one of my existing android project its working fine. The issue begans with the size of my android app with flutter…
David
  • 1
  • 1
0
votes
1 answer

How can we add Firebase Crashlytics in flutter where the flutter app is itself added to existing iOS and Android app?

I want to add a flutter app into my existing native app, which I am able to do succesfully using flutter docs. After this, I want to log crashes and other data using firebase for the flutter screens. Since normal implementation of Flutter Fire…
ParasGarg
  • 103
  • 1
  • 2
  • 10
0
votes
1 answer

how to add Deep Link and Universal Link Support in Flutter?

is there any way we can add support for Deep Link and Universal Link ? i want to add deep link or universal link support into my app so when user click on the link then they redirected to the app instead of the website.
1 2
3