| Add a Mandelbrot example app, and a V kernel worth demonstrating | 1 | name: vflutter_ffi_example |
| 2 | description: Demonstrates calling V from Flutter over dart:ffi. | |
| 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 | |
| 12 | vflutter_ffi: | |
| 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 |