nandi/frqpublic Fork 0
1a1f153978042881c58e2b4cb3e6fee421694a7a
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.

Build the APK, out of ClojureDart and Flutter e2b0e6b · on 1a1f153978042881c58e2b4cb3e6fee421694a7a · nandi · 7d ago
AndroidManifest.xml · 7 lines · 378 BXML Blame HistoryRaw
1
2
3
4
5
6
7
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- The INTERNET permission is required for development. Specifically,
         the Flutter tool 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>