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