| The binding is Dart, and it works | 1 | name: frq_core |
| 2 | description: The Dart side of frq's Nim core — dart:ffi and nothing else. | |
| 3 | publish_to: none | |
| 4 | version: 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. | |
| 11 | environment: | |
| 12 | sdk: ">=3.0.0 <4.0.0" | |
| 13 | ||
| 14 | dev_dependencies: | |
| 15 | test: ^1.25.0 |