Skip to content

Commit

Permalink
🚨 native_dio_adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 2, 2023
1 parent d1c3e08 commit 4f52c45
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/native_dio_adapter/lib/fix_data/fix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 1

transforms:
# Changes made in https://github.com/cfug/dio/pull/2040
- title: "Migrate to create configuration"
date: 2023-11-25
element:
uris: ['native_dio_adapter.dart', 'src/native_adapter.dart']
constructor: ''
inClass: 'NativeAdapter'
changes:
- kind: 'renameParameter'
oldName: 'androidCronetEngine'
newName: 'createCronetEngine'
- kind: 'renameParameter'
oldName: 'cupertinoConfiguration'
newName: 'createCupertinoConfiguration'

0 comments on commit 4f52c45

Please sign in to comment.