I have a very simple flutter app which wants to share with a non-tec friend: What is the fastest way to do that. At this moment it's just UI. In the second scenario: If I integrate Firebase. What's the fastest way. Thank you
I have a very simple flutter app which wants to share with a non-tec friend: What is the fastest way to do that. At this moment it's just UI. In the second scenario: If I integrate Firebase. What's the fastest way. Thank you
If it's Android, just build the apk and WhatsApp it to them. To build a release apk for most Android phones :
flutter build apk --target-platform android-arm64
If it's Apple, pay USD99 and follow the documentation. Then struggle. :-)
PS. Whether Firebase is integrated or not makes no difference in how you deploy the app to your users.
It's relatively locked-down on the Apple side of things. You must be a paid developer, and submit your app into the Test Flight program, and then you can send your friend a URL to install it from Apple.
I think it's a bit easier on the Android side... something about getting an .apk from somewhere.