How we build apk of web view app in a flutter. Does anyone help me, please?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
How we build apk of web view app in a flutter. Does anyone help me, please?
2
Answers
For build an APK you use:
For build a bundle:
For build apk and split by arch
These is the modes that can you build for Android in flutter.
The webView is a feature of your application, so don’t have a different type of build .
Check this doc:
https://docs.flutter.dev/deployment/android
This typically build for debug mode. For more specific result, use ~
or,