File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 17.0.1
2
2
3
+ * [ kotlin] Adds ` includeErrorClass ` to ` KotlinOptions ` .
3
4
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
4
5
5
6
## 17.0.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import 'ast.dart';
13
13
/// The current version of pigeon.
14
14
///
15
15
/// This must match the version in pubspec.yaml.
16
- const String pigeonVersion = '17.0.0 ' ;
16
+ const String pigeonVersion = '17.0.1 ' ;
17
17
18
18
/// Read all the content from [stdin] to a String.
19
19
String readStdin () {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: pigeon
2
2
description : Code generator tool to make communication between Flutter and the host platform type-safe and easier.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/pigeon
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pigeon%22
5
- version : 17.0.0 # This must match the version in lib/generator_tools.dart
5
+ version : 17.0.1 # This must match the version in lib/generator_tools.dart
6
6
7
7
environment :
8
8
sdk : ^3.1.0
You can’t perform that action at this time.
0 commit comments