File tree Expand file tree Collapse file tree 5 files changed +12
-18
lines changed
workmanager_platform_interface Expand file tree Collapse file tree 5 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,11 @@ jobs:
50
50
run : |
51
51
dart pub global activate melos
52
52
melos bootstrap
53
- cd workmanager
54
- flutter pub get
55
- flutter pub publish -n
56
- cd ../workmanager_platform_interface
53
+ cd workmanager_platform_interface
57
54
flutter pub publish -n
58
55
cd ../workmanager_android
59
56
flutter pub publish -n
60
57
cd ../workmanager_ios
58
+ flutter pub publish -n
59
+ cd ../workmanager
61
60
flutter pub publish -n
Original file line number Diff line number Diff line change 1
1
name : workmanager
2
2
description : Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS.
3
3
version : 0.8.0
4
- publish_to : none
4
+ # publish_to: none
5
5
homepage : https://github.com/fluttercommunity/flutter_workmanager
6
6
repository : https://github.com/fluttercommunity/flutter_workmanager
7
7
issue_tracker : https://github.com/fluttercommunity/flutter_workmanager/issues
@@ -13,12 +13,9 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
sdk : flutter
16
- workmanager_platform_interface :
17
- path : ../workmanager_platform_interface
18
- workmanager_android :
19
- path : ../workmanager_android
20
- workmanager_ios :
21
- path : ../workmanager_ios
16
+ workmanager_platform_interface : ^0.8.0
17
+ workmanager_android : ^0.8.0
18
+ workmanager_ios : ^0.8.0
22
19
23
20
dev_dependencies :
24
21
test : ^1.25.0
Original file line number Diff line number Diff line change 1
1
name : workmanager_android
2
2
description : Android implementation of the workmanager plugin.
3
3
version : 0.8.0
4
- publish_to : none
4
+ # publish_to: none
5
5
homepage : https://github.com/fluttercommunity/flutter_workmanager
6
6
repository : https://github.com/fluttercommunity/flutter_workmanager
7
7
issue_tracker : https://github.com/fluttercommunity/flutter_workmanager/issues
@@ -13,8 +13,7 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
sdk : flutter
16
- workmanager_platform_interface :
17
- path : ../workmanager_platform_interface
16
+ workmanager_platform_interface : ^0.8.0
18
17
19
18
dev_dependencies :
20
19
flutter_test :
Original file line number Diff line number Diff line change 1
1
name : workmanager_ios
2
2
description : iOS implementation of the workmanager plugin.
3
3
version : 0.8.0
4
- publish_to : none
4
+ # publish_to: none
5
5
homepage : https://github.com/fluttercommunity/flutter_workmanager
6
6
repository : https://github.com/fluttercommunity/flutter_workmanager
7
7
issue_tracker : https://github.com/fluttercommunity/flutter_workmanager/issues
@@ -13,8 +13,7 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
sdk : flutter
16
- workmanager_platform_interface :
17
- path : ../workmanager_platform_interface
16
+ workmanager_platform_interface : ^0.8.0
18
17
19
18
dev_dependencies :
20
19
flutter_test :
Original file line number Diff line number Diff line change 1
1
name : workmanager_platform_interface
2
2
description : A common platform interface for the workmanager plugin.
3
3
version : 0.8.0
4
- publish_to : none
4
+ # publish_to: none
5
5
homepage : https://github.com/fluttercommunity/flutter_workmanager
6
6
repository : https://github.com/fluttercommunity/flutter_workmanager
7
7
issue_tracker : https://github.com/fluttercommunity/flutter_workmanager/issues
You can’t perform that action at this time.
0 commit comments