admin管理员组文章数量:1291148
I just finished my first flutter app and I'm having trouble with the controls on my phone. Basically the app works fine on the emulator with all the operators and button functions.
Let me show you some pictures. The app is in Slovenian, but that doesn't matter.
This image is from emulator Button works normaly;
This image is from my phone after flutter build. Button dont work
What's the catch?
I tried this:
<uses-permission android:name="android.permission.INTERNET"/>
in AndroidManifest.
Do I need to change something else?
Also when I make: -flutter clean -flutter pub get -flutter pub upgrade -flutter build apk
I get those 4 errors:
warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target value 8 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. 3 warnings
本文标签:
版权声明:本文标题:dart - After building apk in flutter my application can't provide operations[example: calculate]. Showing only GUI - Sta 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741527011a2383529.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论