nandi/frqpublic Fork 0
56551a8157331acb8601841b63f2dc7424339722
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.

main_nim_app.dart · 6 lines · 335 BDart Blame HistoryRaw
Nim under the existing UI, not instead of it 56551a8 nandi yesterday1/// The real frq, with the Nim core as its transport.
2///
3/// Not to be confused with `main_nim.dart`, which is the earlier spike where
4/// Nim owned the screens too. This one keeps every screen, every cell and
5/// every action exactly as they are and swaps only what is underneath them.
6export "cljd-out/frq/main-nim.dart" show main;