File tree Expand file tree Collapse file tree
workmanager_platform_interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515- Use melos to run all tests: ` melos run test `
1616- Or run tests in individual packages:
1717 - ` cd workmanager_android && flutter test `
18- - ` cd workmanager_apple && flutter test ` you did just
18+ - ` cd workmanager_apple && flutter test `
1919 - ` cd workmanager && flutter test `
2020- Before running tests in workmanager package, ensure mocks are up-to-date: ` melos run generate:dart `
2121
Original file line number Diff line number Diff line change 11# Future
22
33## Dependencies & Infrastructure Updates
4- * ** BREAKING ** : Updated Pigeon from 22.7.4 to 26.0.0 for enhanced multi-platform support
4+ * Updated Pigeon from 22.7.4 to 26.0.0 for enhanced multi-platform support
55* Updated androidx.work from 2.9.0 to 2.10.2 with improved Flow-based observability and precise periodic scheduling
66* Updated permission_handler in example app from 11.3.1 to 12.0.1
77* Updated dev dependencies for better compatibility
Original file line number Diff line number Diff line change 11## Future
22
3+ ### Dependencies & Infrastructure Updates
4+ * Updated Pigeon from 22.7.4 to 26.0.0 for enhanced multi-platform support
5+ * Regenerated platform interface files with new Pigeon version
6+ * Fixed Kotlin null safety issues compatibility
7+
38### Breaking Changes
49* ** BREAKING** : Separate ` ExistingWorkPolicy ` and ` ExistingPeriodicWorkPolicy ` enums for better type safety
510 * Mirrors Android's native WorkManager API design
You can’t perform that action at this time.
0 commit comments