nandi/frqpublic Fork 0
0450c082b81d178bf40ffa4f989145f951b09022
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

AndroidManifest.xml · 7 lines · 378 BXML Blame HistoryRaw
Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 7d ago1<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2 <!-- The INTERNET permission is required for development. Specifically,
3 the Flutter tool needs it to communicate with the running application
4 to allow setting breakpoints, to provide hot reload, etc.
5 -->
6 <uses-permission android:name="android.permission.INTERNET"/>
7</manifest>