File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.8.0+1
2
+
3
+ - Fix broken images in README on pub.dev
4
+
1
5
## 1.8.0
2
6
3
- - Bump minimum Flutter version to 3.0.
7
+ - Bump minimum Flutter version to 3.0
4
8
5
- - Bump minimum Dart version to 2.17.
9
+ - Bump minimum Dart version to 2.17
6
10
7
11
- Improve documentation
8
12
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ The following steps require to open your `ios` project in Xcode.
27
27
28
28
1 . Enable background mode.
29
29
30
- <img width =" 512 " src =" screenshot/enable_background_mode.png?raw=true " />
30
+ <img width =" 512 " src =" https://github.com/hnvn/flutter_downloader/blob/master/ screenshot/enable_background_mode.png?raw=true" />
31
31
32
32
2 . Add ` sqlite ` library.
33
33
34
34
<p >
35
- <img width="512" src="screenshot/add_sqlite_1.png?raw=true" />
35
+ <img width="512" src="https://github.com/hnvn/flutter_downloader/blob/master/ screenshot/add_sqlite_1.png?raw=true" />
36
36
</p >
37
37
<p style =" margin-top :30 ;" >
38
- <img width="512" src="screenshot/add_sqlite_2.png?raw=true" />
38
+ <img width="512" src="https://github.com/hnvn/flutter_downloader/blob/master/ screenshot/add_sqlite_2.png?raw=true" />
39
39
</p >
40
40
41
41
3 . Configure ` AppDelegate ` :
Original file line number Diff line number Diff line change 1
1
name : flutter_downloader
2
2
description : A plugin for creating and managing download tasks. Supports iOS and Android.
3
- version : 1.8.0
3
+ version : 1.8.0+1
4
4
homepage : https://github.com/fluttercommunity/flutter_downloader
5
5
maintainer : Hung Duy Ha (@hnvn)
6
6
You can’t perform that action at this time.
0 commit comments