Initial app scaffolding, including flutter files, 3 screens, and 1 widget

This commit is contained in:
mitchell 2019-06-29 15:56:11 -07:00
parent 3a62efc6cc
commit cad969d98c
61 changed files with 1691 additions and 0 deletions

View file

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