nandi/frqpublic Fork 0
9e0676cd4296d6edf295108d29bb5e166ea877ce
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 9e0676cd4296d6edf295108d29bb5e166ea877ce · nandi · 7d ago
.gitignore · 25 lines · 805 BGDScript3 Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated Dart. `clojure -M:cljd compile` writes it from src/ and ../common,
# and it is derived from files that are in git — so it is not.
lib/cljd-out/

# Flutter's own working directories.
build/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies

# Where `just apk` keeps the writable Android SDK and Flutter's config. The
# SDK is a copy of the one nix builds, 151 MB of it, because Gradle installs
# build-tools and a platform into ANDROID_HOME and cannot write to the store.
.home/

# Written by the build with absolute paths to the store — `just apk` rewrites
# it on every run, so a committed one would only ever be someone else's.
android/local.properties

# ClojureDart's and tools.deps' own caches.
.clojuredart/
.cpcache/

# Editor scaffolding `cljd init` leaves behind.
.idea/