blob: bedbdcae1ad74552bc568a986f9bd8b22dfa05a6 [file] [log] [blame] [view] [edit]
# swiftgen example
Demonstrates how to use swiftgen to generate Dart bindings for a Swift API.
Regenerating the bindings:
```shell
dart generate_code.dart
```
Running the example:
```shell
dart play_audio.dart <audio_file>
```