Base Flutter Project

This commit is contained in:
2021-01-06 14:36:09 -05:00
parent 5b068f607c
commit 24c4adf910
79 changed files with 1891 additions and 174 deletions

View File

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