created initial flutter app

This commit is contained in:
Zachary Atkins
2021-04-09 21:35:30 -05:00
parent 7e2cf51094
commit 25c77260f2
69 changed files with 1694 additions and 0 deletions

View File

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