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

pubspec.yaml · 15 lines · 525 BYAML Blame HistoryRaw
The binding is Dart, and it works f7aea3b nandi 21h ago1name: frq_core
2description: The Dart side of frq's Nim core — dart:ffi and nothing else.
3publish_to: none
4version: 0.1.0
5
6# Deliberately NOT a Flutter package. The binding is dart:ffi and dart:convert,
7# so it resolves and tests on the plain Dart VM — which is what lets `just
8# dart-test` run in a second instead of behind a Flutter toolchain. The
9# Flutter app depends on this by path; the dependency does not run the other
10# way, and should not.
11environment:
12 sdk: ">=3.0.0 <4.0.0"
13
14dev_dependencies:
15 test: ^1.25.0