File tree Expand file tree Collapse file tree 6 files changed +21
-37
lines changed Expand file tree Collapse file tree 6 files changed +21
-37
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.4
2
+
3
+ - Refactor version upgrade
4
+ - Remove download support
5
+
1
6
## 0.2.3
2
7
3
8
- Fix some minor bugs
Original file line number Diff line number Diff line change @@ -52,17 +52,6 @@ import 'package:direct_link/direct_link.dart';
52
52
var directLink = DirectLink();
53
53
```
54
54
55
- Initialize the plugin for notification
56
-
57
- ``` dart
58
- directLink.init(
59
- allowNotification: true,
60
- androidInitializationSettings:
61
- const AndroidInitializationSettings('launch_background'), // add your logo
62
- );
63
- ```
64
-
65
-
66
55
Use ` check ` function to check your link have been existed my support sites
67
56
68
57
``` dart
@@ -85,16 +74,6 @@ if (data != null) {
85
74
}
86
75
```
87
76
88
- If you want to download use ` download ` function.
89
-
90
- ``` dart
91
- await directLink.download(
92
- url: data.links[0].link, // use link from data.links
93
- savedDir: dir,
94
- fileName: fileName,
95
- );
96
- ```
97
-
98
77
## Contribution
99
78
100
79
Feel free to file an [ issue] ( https://github.com/thitlwincoder/direct_link/issues/new ) if you find a problem or make pull requests.
Original file line number Diff line number Diff line change @@ -982,4 +982,4 @@ packages:
982
982
version: "3.1.2"
983
983
sdks:
984
984
dart: ">=3.5.0 <4.0.0"
985
- flutter: ">=3.22 .0"
985
+ flutter: ">=3.24 .0"
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ dependencies:
16
16
17
17
direct_link :
18
18
path : ../
19
- cached_network_image : ^3.3 .1
20
- file_picker : ^8.0.6
21
- go_router : ^14.2.1
19
+ cached_network_image : ^3.4 .1
20
+ file_picker : ^8.1.2
21
+ go_router : ^14.2.7
22
22
23
23
dev_dependencies :
24
- riverpod_generator : ^2.4.0
25
- build_runner : ^2.4.11
26
- custom_lint : ^0.6.4
27
- riverpod_lint : ^2.3.10
24
+ riverpod_generator : ^2.4.3
25
+ build_runner : ^2.4.12
26
+ custom_lint : ^0.6.5
27
+ riverpod_lint : ^2.3.13
28
28
very_good_analysis : ^6.0.0
29
- go_router_builder : ^2.7.0
29
+ go_router_builder : ^2.7.1
30
30
31
31
flutter :
32
32
uses-material-design : true
Original file line number Diff line number Diff line change @@ -374,5 +374,5 @@ packages:
374
374
source: hosted
375
375
version: "1.0.0"
376
376
sdks:
377
- dart: ">=3.4 .0 <4.0.0"
378
- flutter: ">=3.18.0-18.0.pre.54 "
377
+ dart: ">=3.5 .0 <4.0.0"
378
+ flutter: ">=3.24.0 "
Original file line number Diff line number Diff line change 1
1
name : direct_link
2
2
description : Direct link extractor from URL to stream and download directly.
3
- version : 0.2.3
3
+ version : 0.2.4
4
4
repository : https://github.com/thitlwincoder/direct_link
5
5
issue_tracker : https://github.com/thitlwincoder/direct_link/issues
6
6
7
7
environment :
8
- sdk : " >=3.1.0 <4.0.0 "
9
- flutter : " >=1.17.0 "
8
+ sdk : ^3.5.0
9
+ flutter : ^3.24.0
10
10
11
11
platforms :
12
12
android :
@@ -17,15 +17,15 @@ platforms:
17
17
windows :
18
18
19
19
funding :
20
- - https://paypal.me/thitlwin312
20
+ - https://paypal.me/thitlwinsoe260
21
21
- https://ko-fi.com/thitlwincoder
22
22
23
23
dependencies :
24
24
flutter :
25
25
sdk : flutter
26
26
27
27
html : ^0.15.4
28
- puppeteer : ^3.12 .0
28
+ puppeteer : ^3.13 .0
29
29
flutter_inappwebview : ^6.0.0
30
30
31
31
dev_dependencies :
You can’t perform that action at this time.
0 commit comments