blob: 3bc14592fdc1595effaacaba9f3e8b2b3ce1a2de [file] [view] [edit]
# swiftgen example
Demonstrates how to use swiftgen to generate Dart bindings for a Swift API.
Regenerating the bindings:
```shell
dart run tool/ffigen.dart
```
Running the example:
```shell
dart play_audio.dart <audio_file>
```