mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 23:51:55 +08:00
Bump patch version and CHANGELOG.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 0.3.1+1
|
||||||
|
|
||||||
|
* Rehomed to `flutter/packages` repository.
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
* Fix nullability of `XFileBase`'s `path` and `name` to match the
|
* Fix nullability of `XFileBase`'s `path` and `name` to match the
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: cross_file
|
name: cross_file
|
||||||
description: An abstraction to allow working with files across multiple platforms.
|
description: An abstraction to allow working with files across multiple platforms.
|
||||||
homepage: https://github.com/flutter/plugins/tree/master/packages/cross_file
|
repository: https://github.com/flutter/packages/tree/master/packages/cross_file
|
||||||
version: 0.3.1
|
version: 0.3.1+1
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
@ -14,5 +14,5 @@ dev_dependencies:
|
|||||||
pedantic: ^1.10.0
|
pedantic: ^1.10.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0-259.9.beta <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
flutter: ">=1.22.0"
|
flutter: ">=1.22.0"
|
||||||
|
Reference in New Issue
Block a user