File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 1.0.0
2
2
3
3
* Started allowing primitive data types as arguments and return types.
4
4
* Generics support.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import 'dart:mirrors';
8
8
import 'ast.dart' ;
9
9
10
10
/// The current version of pigeon. This must match the version in pubspec.yaml.
11
- const String pigeonVersion = '0.3 .0' ;
11
+ const String pigeonVersion = '1.0 .0' ;
12
12
13
13
/// Read all the content from [stdin] to a String.
14
14
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/master/packages/pigeon
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Apigeon
5
- version : 0.3 .0 # This must match the version in lib/generator_tools.dart
5
+ version : 1.0 .0 # This must match the version in lib/generator_tools.dart
6
6
7
7
environment :
8
8
sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments