File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.1
2+
3+ * Enables NNBD for the Pigeon tool itself.
4+ * [ tests] Updates legacy Dart commands.
5+
16## 3.0.0
27
38* ** BREAKING CHANGE** : Removes the ` --dart_null_safety ` flag. Generated Dart
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- // @dart = 2.2
6-
75import 'dart:io' show exit;
86
97import 'package:pigeon/pigeon_cl.dart' ;
Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ Future<int> _runPigeon(
209209 bool streamOutput = true }) async {
210210 const bool hasDart = false ;
211211 final List <String > args = < String > [
212- 'pub' ,
213212 'run' ,
214213 'pigeon' ,
215214 '--input' ,
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. This must match the version in pubspec.yaml.
11- const String pigeonVersion = '3.0.0 ' ;
11+ const String pigeonVersion = '3.0.1 ' ;
1212
1313/// Read all the content from [stdin] to a String.
1414String 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 : 3.0.0 # This must match the version in lib/generator_tools.dart
5+ version : 3.0.1 # 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