Skip to content

Commit d0b31e0

Browse files
committed
[desktop_drop] update readme.
1 parent 62bdfe4 commit d0b31e0

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

packages/desktop_drop/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
* Fix desktop_drop web lastModifiedDate. (Thanks [Luigi Rosso](https://github.com/luigi-rosso))
6+
37
## 0.3.0
48

59
** BREAK CHANGES**
610
* replace DropDoneDetails property `urls: List<Uri>` to `files: List<XFile>`. which is more general.
711

8-
## 0.2.0 (2021/11/23)
12+
## 0.2.0
913

1014
Add web support
1115

12-
## 0.1.2 (2021/11/10)
16+
## 0.1.2
1317

1418
[Linux] Fix do not work on Wayland.
1519

16-
## 0.1.1 (2021/11/8)
20+
## 0.1.1
1721

1822
update plugin description.
1923

20-
## 0.1.0 (2021/9/2)
24+
## 0.1.0
2125

2226
1. add android support. (preview)
2327
2. expose pointer coordinates.
@@ -29,7 +33,7 @@ update plugin description.
2933
2. Change `DropDoneDetails` from `void Function(List<Uri>)` to `void Function(DropDoneDetails)`. you can obtain urls
3034
by `DropDoneDetails.urls`.
3135

32-
## 0.0.1 (2021/8/18)
36+
## 0.0.1
3337

3438
a file drop plugin for flutter desktop platforms.
3539

packages/desktop_drop/example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packages:
6363
path: ".."
6464
relative: true
6565
source: path
66-
version: "0.2.0"
66+
version: "0.3.1"
6767
fake_async:
6868
dependency: transitive
6969
description:
@@ -99,7 +99,7 @@ packages:
9999
name: js
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "0.6.3"
102+
version: "0.6.4"
103103
lints:
104104
dependency: transitive
105105
description:
@@ -134,7 +134,7 @@ packages:
134134
name: path
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "1.8.0"
137+
version: "1.8.1"
138138
sky_engine:
139139
dependency: transitive
140140
description: flutter
@@ -181,7 +181,7 @@ packages:
181181
name: test_api
182182
url: "https://pub.dartlang.org"
183183
source: hosted
184-
version: "0.4.8"
184+
version: "0.4.9"
185185
typed_data:
186186
dependency: transitive
187187
description:
@@ -197,5 +197,5 @@ packages:
197197
source: hosted
198198
version: "2.1.1"
199199
sdks:
200-
dart: ">=2.14.0 <3.0.0"
200+
dart: ">=2.16.0-100.0.dev <3.0.0"
201201
flutter: ">=1.22.0"

packages/desktop_drop/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: desktop_drop
22
description: A plugin which allows user dragging files to your flutter desktop applications.
3-
version: 0.3.0
3+
version: 0.3.1
44
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_drop
55

66
environment:

0 commit comments

Comments
 (0)