File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.1.12
2+
3+ * Fixed assert failure with creating a PlatformException as a result of an
4+ exception in Java handlers.
5+
16## 0.1.11
27
38* Added flag to generate null safety annotated Dart code ` --dart-null-safety ` .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import 'dart:mirrors';
88import 'ast.dart' ;
99
1010/// The current version of pigeon.
11- const String pigeonVersion = '0.1.11 ' ;
11+ const String pigeonVersion = '0.1.12 ' ;
1212
1313/// Read all the content from [stdin] to a String.
1414String readStdin () {
Original file line number Diff line number Diff line change 11name : pigeon
2- version : 0.1.11
2+ version : 0.1.12
33description : Code generator tool to make communication between Flutter and the host platform type-safe and easier.
44homepage : https://github.com/flutter/packages/tree/master/packages/pigeon
55dependencies :
You can’t perform that action at this time.
0 commit comments