mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-17 06:17:21 +00:00
Initial app scaffolding, including flutter files, 3 screens, and 1 widget
This commit is contained in:
parent
3a62efc6cc
commit
cad969d98c
61 changed files with 1691 additions and 0 deletions
7
android/app/src/debug/AndroidManifest.xml
Normal file
7
android/app/src/debug/AndroidManifest.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue