mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 14:47:22 +08:00
updated version to 0.1.17 (#255)
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
## 0.1.17
|
||||
|
||||
* Split out test code generation for Dart into a separate file via the
|
||||
--dart_test_out flag.
|
||||
|
||||
## 0.1.16
|
||||
|
||||
* Fixed running in certain environments where NNBD is enabled by default.
|
||||
|
@ -8,7 +8,7 @@ import 'dart:mirrors';
|
||||
import 'ast.dart';
|
||||
|
||||
/// The current version of pigeon.
|
||||
const String pigeonVersion = '0.1.16';
|
||||
const String pigeonVersion = '0.1.17';
|
||||
|
||||
/// Read all the content from [stdin] to a String.
|
||||
String readStdin() {
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: pigeon
|
||||
version: 0.1.16
|
||||
version: 0.1.17
|
||||
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
|
||||
homepage: https://github.com/flutter/packages/tree/master/packages/pigeon
|
||||
dependencies:
|
||||
|
Reference in New Issue
Block a user