Skip to content

Commit 4d8c445

Browse files
authored
Chores and cleanups (#715)
* remove README in the example app folder, bump deps * bump plugin version
1 parent 44e795d commit 4d8c445

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.github/workflows/prepare.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20+
- version: 3.0.0
2021
- channel: stable
2122
- channel: beta
2223

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.8.3+1
2+
3+
- Minor updates to README (#715)
4+
15
## 1.8.3
26

37
- Android: revert possibility to set custom notification title introduced in

example/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies:
1414
sdk: flutter
1515
flutter_downloader:
1616
path: ../
17-
path_provider: ^2.0.10
18-
permission_handler: ^9.2.0
17+
path_provider: ^2.0.11
18+
permission_handler: ^10.0.0
1919

2020
dev_dependencies:
2121
flutter_test:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_downloader
2-
description: A plugin for creating and managing download tasks. Supports iOS and Android.
3-
version: 1.8.3
2+
description: Powerful plugin making it easy to download files.
3+
version: 1.8.3+1
44
homepage: https://github.com/fluttercommunity/flutter_downloader
55
maintainer: Bartek Pacia (@bartekpacia)
66

0 commit comments

Comments
 (0)