File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.3.1
4
+
5
+ * Fix desktop_drop web lastModifiedDate. (Thanks [ Luigi Rosso] ( https://github.com/luigi-rosso ) )
6
+
3
7
## 0.3.0
4
8
5
9
** BREAK CHANGES**
6
10
* replace DropDoneDetails property ` urls: List<Uri> ` to ` files: List<XFile> ` . which is more general.
7
11
8
- ## 0.2.0 (2021/11/23)
12
+ ## 0.2.0
9
13
10
14
Add web support
11
15
12
- ## 0.1.2 (2021/11/10)
16
+ ## 0.1.2
13
17
14
18
[ Linux] Fix do not work on Wayland.
15
19
16
- ## 0.1.1 (2021/11/8)
20
+ ## 0.1.1
17
21
18
22
update plugin description.
19
23
20
- ## 0.1.0 (2021/9/2)
24
+ ## 0.1.0
21
25
22
26
1 . add android support. (preview)
23
27
2 . expose pointer coordinates.
@@ -29,7 +33,7 @@ update plugin description.
29
33
2 . Change ` DropDoneDetails ` from ` void Function(List<Uri>) ` to ` void Function(DropDoneDetails) ` . you can obtain urls
30
34
by ` DropDoneDetails.urls ` .
31
35
32
- ## 0.0.1 (2021/8/18)
36
+ ## 0.0.1
33
37
34
38
a file drop plugin for flutter desktop platforms.
35
39
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ packages:
63
63
path: ".."
64
64
relative: true
65
65
source: path
66
- version: "0.2.0 "
66
+ version: "0.3.1 "
67
67
fake_async:
68
68
dependency: transitive
69
69
description:
@@ -99,7 +99,7 @@ packages:
99
99
name: js
100
100
url: "https://pub.dartlang.org"
101
101
source: hosted
102
- version: "0.6.3 "
102
+ version: "0.6.4 "
103
103
lints:
104
104
dependency: transitive
105
105
description:
@@ -134,7 +134,7 @@ packages:
134
134
name: path
135
135
url: "https://pub.dartlang.org"
136
136
source: hosted
137
- version: "1.8.0 "
137
+ version: "1.8.1 "
138
138
sky_engine:
139
139
dependency: transitive
140
140
description: flutter
@@ -181,7 +181,7 @@ packages:
181
181
name: test_api
182
182
url: "https://pub.dartlang.org"
183
183
source: hosted
184
- version: "0.4.8 "
184
+ version: "0.4.9 "
185
185
typed_data:
186
186
dependency: transitive
187
187
description:
@@ -197,5 +197,5 @@ packages:
197
197
source: hosted
198
198
version: "2.1.1"
199
199
sdks:
200
- dart: ">=2.14.0 <3.0.0"
200
+ dart: ">=2.16.0-100.0.dev <3.0.0"
201
201
flutter: ">=1.22.0"
Original file line number Diff line number Diff line change 1
1
name : desktop_drop
2
2
description : A plugin which allows user dragging files to your flutter desktop applications.
3
- version : 0.3.0
3
+ version : 0.3.1
4
4
homepage : https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_drop
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments