nandi/vflutter_ffipublic Fork 0
4506a586d7400b00d732dcb97167be75ab41cab1
Commits
Clone
git clone https://git.rickub.com/nandi/vflutter_ffi.git
git clone ssh://git@rickub.com/nandi/vflutter_ffi.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

pubspec.yaml · 21 lines · 357 BYAML Blame HistoryRaw
Replace V with Nim 472eb49 nandithebull 8h ago1name: nimflutter_ffi_example
2description: Demonstrates calling Nim from Flutter over dart:ffi.
Add a Mandelbrot example app, and a V kernel worth demonstrating 81540bb nandithebull 10h ago3publish_to: 'none'
4version: 0.1.0
5
6environment:
7 sdk: '>=3.3.0 <4.0.0'
8
9dependencies:
10 flutter:
11 sdk: flutter
Replace V with Nim 472eb49 nandithebull 8h ago12 nimflutter_ffi:
Add a Mandelbrot example app, and a V kernel worth demonstrating 81540bb nandithebull 10h ago13 path: ../
14
15dev_dependencies:
16 flutter_test:
17 sdk: flutter
18 flutter_lints: ^5.0.0
19
20flutter:
21 uses-material-design: true