File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 9.0.2
2+
3+ * Adds parameter to generate Kotlin code in example README.
4+
15## 9.0.1
26
37* Updates links for the merge of flutter/plugins into flutter/packages.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import 'ast.dart';
1111/// The current version of pigeon.
1212///
1313/// This must match the version in pubspec.yaml.
14- const String pigeonVersion = '9.0.1 ' ;
14+ const String pigeonVersion = '9.0.2 ' ;
1515
1616/// Read all the content from [stdin] to a String.
1717String readStdin () {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: pigeon
22description : Code generator tool to make communication between Flutter and the host platform type-safe and easier.
33repository : https://github.com/flutter/packages/tree/main/packages/pigeon
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Apigeon
5- version : 9.0.1 # This must match the version in lib/generator_tools.dart
5+ version : 9.0.2 # This must match the version in lib/generator_tools.dart
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments