首页 > 解决方案 > How do I deploy flutter app on mobile device for testing without using play store

问题描述

I am new to flutter development. I have created a sample app (flutter 2.2 and VS Code) that uses google maps and device location tracking. I want to test this on field by deploying on to my mobile. Can I know the steps to achieve this with out publishing the app to play store.

标签: androidfluttervisual-studio-codeapk

解决方案


compile your app, then on your phone go to settings, apps & notifications, advanced, special app access, then install unknown apps. from there transfer your compiled app to your phone's downloads folder. you should be able to find it on the "show all apps" area, if you don't then open the app in the folder you transferred it to


推荐阅读