| Replace V with Nim | 1 | name: nimflutter_ffi_example |
| 2 | description: Demonstrates calling Nim from Flutter over dart:ffi. | |
| Add a Mandelbrot example app, and a V kernel worth demonstrating | 3 | publish_to: 'none' |
| 4 | version: 0.1.0 | |
| 5 | ||
| 6 | environment: | |
| 7 | sdk: '>=3.3.0 <4.0.0' | |
| 8 | ||
| 9 | dependencies: | |
| 10 | flutter: | |
| 11 | sdk: flutter | |
| Replace V with Nim | 12 | nimflutter_ffi: |
| Add a Mandelbrot example app, and a V kernel worth demonstrating | 13 | path: ../ |
| 14 | ||
| 15 | dev_dependencies: | |
| 16 | flutter_test: | |
| 17 | sdk: flutter | |
| 18 | flutter_lints: ^5.0.0 | |
| 19 | ||
| 20 | flutter: | |
| 21 | uses-material-design: true |