Skip to content

Commit

Permalink
Need a prefix for Linux code
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Dec 8, 2023
1 parent 5235913 commit b891227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pigeon/example/app/pigeons/messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import 'package:pigeon/pigeon.dart';
cppSourceOut: 'windows/runner/messages.g.cpp',
linuxHeaderOut: 'linux/messages.g.h',
linuxSourceOut: 'linux/messages.g.cpp',
linuxOptions: LinuxOptions(prefix: 'My'),
kotlinOut:
'android/app/src/main/kotlin/dev/flutter/pigeon_example_app/Messages.g.kt',
kotlinOptions: KotlinOptions(),
Expand Down

0 comments on commit b891227

Please sign in to comment.