1
0
Fork 0
This commit is contained in:
Florian RICHER (MrDev023) 2022-03-30 21:37:32 +02:00
commit 1ba7bd9153
96 changed files with 2985 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.desktopapp">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>