File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 26.0.4
2+
3+ * Adds compatibility with ` analyzer ` 8.x.
4+
15## 26.0.3
26
37* [ kotlin] Removes all ` containsKey ` and replaces with ` contains ` .
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import 'generator.dart';
1515/// The current version of pigeon.
1616///
1717/// This must match the version in pubspec.yaml.
18- const String pigeonVersion = '26.0.3 ' ;
18+ const String pigeonVersion = '26.0.4 ' ;
1919
2020/// Read all the content from [stdin] to a String.
2121String readStdin () {
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ 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%3A%22p%3A+pigeon%22
5- version : 26.0.3 # This must match the version in lib/src/generator_tools.dart
5+ version : 26.0.4 # This must match the version in lib/src/generator_tools.dart
66
77environment :
88 sdk : ^3.7.0
99
1010dependencies :
11- analyzer : " >=6.0.0 <8 .0.0"
11+ analyzer : " >=6.0.0 <9 .0.0"
1212 args : ^2.1.0
1313 code_builder : ^4.10.0
1414 collection : ^1.15.0
You can’t perform that action at this time.
0 commit comments