pigeon_generator 2.0.1
pigeon_generator: ^2.0.1 copied to clipboard
Integrate build_runner with pigeon code generation to automate the process of generating platform channels.
2.0.1 #
- For iOS and macOS, the default pigeons folder is capitalized, i.e.
ios/Runner/Pigeonsfor iOS andmacos/Runner/Pigeonsfor macOS
2.0.0 #
- Added validation checks for all outputs requiring them to be folders.
- Added validation to check if copyright header file exists if provided in config.
- Use out_template config to customize the generated file names.
- Automatically generate the java/kotlin package folder structure based on applicationId in build.gradle.
- All configurations are now done in build.yaml file instead of pigeon.yaml file.
1.0.0 #
- Initial version.