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
+ ## 10.1.6
2
+
3
+ * Creates target files before trying to write to it.
4
+
1
5
## 10.1.5
2
6
3
7
* Fixes import in generated Dart test output when overriding package name.
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 = '10.1.5 ' ;
16
+ const String pigeonVersion = '10.1.6 ' ;
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%3Apigeon
5
- version : 10.1.5 # This must match the version in lib/generator_tools.dart
5
+ version : 10.1.6 # This must match the version in lib/generator_tools.dart
6
6
7
7
environment :
8
8
sdk : " >=2.19.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments