Initial commit

This commit is contained in:
2020-10-09 17:24:12 +02:00
commit 9d0ece2f52
63 changed files with 1619 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pl.menui.menui_mobile">
<!-- 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>