mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 23:51:55 +08:00
[xdg_directories] Mark as Linux-only (#643)
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
## 0.2.0+1
|
||||
|
||||
* Marks the package as Linux-only using the new Dart `platforms` key.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
* Migrated to null safety.
|
||||
|
@ -2,11 +2,14 @@ name: xdg_directories
|
||||
description: A Dart package for reading XDG directory configuration information on Linux.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/xdg_directories
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+xdg_directories%22
|
||||
version: 0.2.0
|
||||
version: 0.2.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
||||
platforms:
|
||||
linux:
|
||||
|
||||
dependencies:
|
||||
meta: ^1.3.0
|
||||
path: ^1.8.0
|
||||
|
Reference in New Issue
Block a user