Commit 134fcb9
committed
fix: compilation errors in iOS and Android after Pigeon migration
- Fix Swift compilation error in iOS BackgroundWorker by replacing non-existent mapKeys with proper Dictionary conversion
- Add missing getCallbackHandle static method to Android SharedPreferenceHelper
- Verify both iOS and Android builds compile successfully1 parent 147e977 commit 134fcb9
File tree
2 files changed
+9
-1
lines changed- workmanager_android/android/src/main/kotlin/dev/fluttercommunity/workmanager
- workmanager_apple/ios/Classes
2 files changed
+9
-1
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
0 commit comments