File tree Expand file tree Collapse file tree
android/src/main/kotlin/be/tramckrijte/workmanager Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 run : |
4949 flutter pub get
5050 flutter pub publish -n
51- pub global activate tuneup
52- pub global run tuneup check
51+ flutter pub global activate tuneup
52+ flutter pub global run tuneup check
Original file line number Diff line number Diff line change 11# next
22
33* Android: Remove jetifier from example
4+ * Restore compatibility with Flutter 3.0.0
45
56# 0.5.0-dev.8
67
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ class BackgroundWorker(
151151 }
152152
153153 override fun error (
154- errorCode : String? ,
154+ errorCode : String ,
155155 errorMessage : String? ,
156156 errorDetails : Any?
157157 ) {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ repository: https://github.com/fluttercommunity/flutter_workmanager
66issue_tracker : https://github.com/fluttercommunity/flutter_workmanager/issues
77
88environment :
9- sdk : " >=2.12 .0 <3.0.0"
10- flutter : " >=1.12.13+hotfix.5 "
9+ sdk : " >=2.17 .0 <3.0.0"
10+ flutter : " >=2.5.0 "
1111
1212dependencies :
1313 pedantic : ^1.11.0
You can’t perform that action at this time.
0 commit comments