|
| 1 | +# Docs on data driven fixes: https://github.com/flutter/flutter/blob/master/docs/contributing/Data-driven-Fixes.md |
| 2 | + |
| 3 | +version: 1 |
| 4 | +transforms: |
| 5 | + - title: "replace CallKitEvent with RingingEvent" |
| 6 | + date: "2025-08-28" |
| 7 | + element: |
| 8 | + uris: |
| 9 | + [ |
| 10 | + "package:stream_video/src/push_notification/push_notification_manager.dart", |
| 11 | + "package:stream_video/stream_video.dart", |
| 12 | + ] |
| 13 | + typedef: "CallKitEvent" |
| 14 | + changes: |
| 15 | + - kind: "rename" |
| 16 | + newName: "RingingEvent" |
| 17 | + |
| 18 | + - title: "replace observeCallDeclinedCallKitEvent with observeCallDeclinedRingingEvent" |
| 19 | + date: "2025-08-28" |
| 20 | + element: |
| 21 | + uris: |
| 22 | + [ |
| 23 | + "package:stream_video/src/stream_video.dart", |
| 24 | + "package:stream_video/stream_video.dart", |
| 25 | + ] |
| 26 | + inClass: "StreamVideo" |
| 27 | + method: "observeCallDeclinedCallKitEvent" |
| 28 | + changes: |
| 29 | + - kind: "rename" |
| 30 | + newName: "observeCallDeclinedRingingEvent" |
| 31 | + |
| 32 | + - title: "replace onCallKitEvent with onRingingEvent" |
| 33 | + date: "2025-08-28" |
| 34 | + element: |
| 35 | + uris: |
| 36 | + [ |
| 37 | + "package:stream_video/src/stream_video.dart", |
| 38 | + "package:stream_video/stream_video.dart", |
| 39 | + ] |
| 40 | + inClass: "StreamVideo" |
| 41 | + method: "onCallKitEvent" |
| 42 | + changes: |
| 43 | + - kind: "rename" |
| 44 | + newName: "onRingingEvent" |
| 45 | + |
| 46 | + - title: "replace observeCoreCallKitEvents with observeCoreRingingEvents" |
| 47 | + date: "2025-08-28" |
| 48 | + element: |
| 49 | + uris: |
| 50 | + [ |
| 51 | + "package:stream_video/src/stream_video.dart", |
| 52 | + "package:stream_video/stream_video.dart", |
| 53 | + ] |
| 54 | + inClass: "StreamVideo" |
| 55 | + method: "observeCoreCallKitEvents" |
| 56 | + changes: |
| 57 | + - kind: "rename" |
| 58 | + newName: "observeCoreRingingEvents" |
| 59 | + |
| 60 | + - title: "replace observeCallAcceptCallKitEvent with observeCallAcceptRingingEvent" |
| 61 | + date: "2025-08-28" |
| 62 | + element: |
| 63 | + uris: |
| 64 | + [ |
| 65 | + "package:stream_video/src/stream_video.dart", |
| 66 | + "package:stream_video/stream_video.dart", |
| 67 | + ] |
| 68 | + inClass: "StreamVideo" |
| 69 | + method: "observeCallAcceptCallKitEvent" |
| 70 | + changes: |
| 71 | + - kind: "rename" |
| 72 | + newName: "observeCallAcceptRingingEvent" |
| 73 | + |
| 74 | + - title: "replace observeCallEndedCallKitEvent with observeCallEndedRingingEvent" |
| 75 | + date: "2025-08-28" |
| 76 | + element: |
| 77 | + uris: |
| 78 | + [ |
| 79 | + "package:stream_video/src/stream_video.dart", |
| 80 | + "package:stream_video/stream_video.dart", |
| 81 | + ] |
| 82 | + inClass: "StreamVideo" |
| 83 | + method: "observeCallEndedCallKitEvent" |
| 84 | + changes: |
| 85 | + - kind: "rename" |
| 86 | + newName: "observeCallEndedRingingEvent" |
0 commit comments