I ran my app with a virtual machine in the project, and the running app was generated by build\outputflutter-apk\app-debug.apk.
When the command line is executed and packaged into apk, app-release.apk will be generated for users to install and use.
I want to be able to detect whether the currently executing application is app-debug or app-release in the application,
how can I do that?
I ran my app with a virtual machine in the project, and the running app was generated by
build\outputflutter-apk\app-debug.apk.When the command line is executed and packaged into apk,
app-release.apkwill be generated for users to install and use.I want to be able to detect whether the currently executing application is
app-debugorapp-releasein the application,how can I do that?