Flutter export to Android
I would like the option to create an apk for my Flutter projects.
6
votes
Truston Ailende
shared this idea
-
Yaroslav Syubayev commented
You can do that by running:
flutter build apk --release
-
Truston Ailende commented
I would not mind paying for it.