Commit c6c942f
authored
chore: update dependencies to latest versions (#629)
* chore: update dependencies to latest versions
- Update Pigeon from 22.7.4 to 26.0.0 for enhanced multi-platform support
- Update androidx.work from 2.9.0 to 2.10.2 with improved Flow-based observability
- Update permission_handler in example app from 11.3.1 to 12.0.1
- Fix Kotlin null safety issues with androidx.work 2.10.2 type system improvements
- Regenerate Pigeon files with new version
* fix: typo in CLAUDE.md and correct changelog entries
- Fix typo in CLAUDE.md line 18
- Move dependency updates to correct changelog files
- Remove incorrect BREAKING label from Pigeon update
* fix: remove irrelevant Kotlin reference from platform_interface changelog
The platform_interface package is pure Dart and doesn't involve Kotlin
* docs: update Android and Apple package changelogs
- Add dependency updates to workmanager_android changelog (androidx.work 2.10.2, Kotlin fixes)
- Add Pigeon file regeneration to workmanager_apple changelog
- Ensure all packages with changes have updated changelogs
* docs: clean up main workmanager changelog
Remove internal dependency update details from main package changelog.
Keep focused on user-facing changes only - dependency updates are documented
in the specific platform packages where they matter.
* docs: remove internal implementation details from changelog
- Remove Kotlin null safety fix details from Android changelog (users don't care about internal fixes)
- Add changelog guidelines to CLAUDE.md emphasizing user-focused content only
- Changelogs should document what matters to end users, not AI debugging process1 parent 04133c9 commit c6c942f
File tree
16 files changed
+424
-1562
lines changed- example
- ios/Runner.xcodeproj
- workmanager_android
- android
- src/main/kotlin/dev/fluttercommunity/workmanager
- pigeon
- workmanager_apple
- ios/Classes/pigeon
- workmanager_platform_interface
- android/src/main/kotlin/dev/fluttercommunity/workmanager/pigeon
- ios/Classes/pigeon
- lib/src/pigeon
- workmanager
16 files changed
+424
-1562
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments