nandi/frqpublic Fork 0
68c21c7ab49102699fa56fe0587fb0856a8d98ad
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 68c21c7ab49102699fa56fe0587fb0856a8d98ad · 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>