nandi/frqpublic Fork 0
627b785fbf6cef0c29d54b82a1ffb5e870ca9f51
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.

A web version, from the same core 23846db · on 627b785fbf6cef0c29d54b82a1ffb5e870ca9f51 · nandi · 10h ago
host.dart · 4 lines · 119 BDart Blame HistoryRaw
1
2
3
4
/// Whichever of the two this build got.
library;

export 'host_io.dart' if (dart.library.js_interop) 'host_web.dart';