Created
May 8, 2022 20:37
-
-
Save VB10/fd82448be8879b5a9756aa178164e772 to your computer and use it in GitHub Desktop.
IOS run native code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flutter pub run pigeon \ | |
| --input pigeons/configuration.dart \ | |
| --dart_out lib/native/configuration.dart \ | |
| --objc_header_out ios/Runner/configuration.h \ | |
| --objc_source_out ios/Runner/configuration.m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment