Initial commit

This commit is contained in:
Hydroxycarbamide 2022-05-07 23:49:45 +02:00
commit c2c378a0f2
65 changed files with 1705 additions and 0 deletions

View file

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