Skip to content

Commit c95c483

Browse files
committed
fix links to images broken on pub.dev
1 parent 0105c9b commit c95c483

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Diff for: CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
## 1.8.0+1
2+
3+
- Fix broken images in README on pub.dev
4+
15
## 1.8.0
26

3-
- Bump minimum Flutter version to 3.0.
7+
- Bump minimum Flutter version to 3.0
48

5-
- Bump minimum Dart version to 2.17.
9+
- Bump minimum Dart version to 2.17
610

711
- Improve documentation
812

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ The following steps require to open your `ios` project in Xcode.
2727

2828
1. Enable background mode.
2929

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"/>
3131

3232
2. Add `sqlite` library.
3333

3434
<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" />
3636
</p>
3737
<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" />
3939
</p>
4040

4141
3. Configure `AppDelegate`:

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_downloader
22
description: A plugin for creating and managing download tasks. Supports iOS and Android.
3-
version: 1.8.0
3+
version: 1.8.0+1
44
homepage: https://github.com/fluttercommunity/flutter_downloader
55
maintainer: Hung Duy Ha (@hnvn)
66

0 commit comments

Comments
 (0)