Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
154 views
in Technique[技术] by (71.8m points)

android - How to share unfinished flutter app for review?

So I'm learning to build my first app using Flutter. I can't find information around how I can share my prototype app while it is in development with friends and family. A lot of the information refers to how you can build and release apps on the market.

Currently I connect my own device to my IDE and I can launch it in developer mode on the phone. So if I wanted to show other people, I need to physically be in front of them. Or get a hold of their physical device and run debug mode on their device. This is very cumbersome and the turn around time is not immediate, which means friends and family loses interest in helping out very quickly.

This got me questioning how flutter developers in the real world work with clients? There has to be some way for you to send the app over to the client for review without having to actually release the app while it is in development? I mean in web development, you would just send them a staging link to review. What's the equivalent in flutter? This got me thinking - since flutter can also be developed for the web, would staging the app on the web be a good idea? Why or why not?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

1- You can build a release apk as output and share it manually.

https://flutter.dev/docs/deployment/android#build-an-apk

2- You can use internal app sharing in Google Play Developer Console.

enter image description here

3- For iOS you can use Test Flight


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...