Side-by-side comparison of viable Clojure-on-Android approaches: - todo-expo/: ClojureScript + shadow-cljs + Expo + Reagent + re-frame - todo-flutter/: ClojureDart + Flutter Both apps feature: add/remove/check-off todos, SQLite persistence, categories, priorities, edit support, swipe-to-delete, filtering. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
228 B
Plaintext
Executable File
23 lines
228 B
Plaintext
Executable File
node_modules/**/*
|
|
.expo/*
|
|
npm-debug.*
|
|
*.jks
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
out/
|
|
.shadow-cljs/
|
|
.nrepl-port
|
|
pom.xml
|
|
.idea/
|
|
*.iml
|
|
app
|
|
.cpcache
|
|
/web-build
|
|
.calva/output-window/
|
|
.DS_Store
|
|
|
|
.lsp/.cache
|
|
.clj-kondo/.cache
|
|
.lsp/sqlite.db
|