I've started the migration of a Flutter App to use Plugin DSL . The migration of the Flutter specific part went well.
I'm having a hard time adapting it to use the dynatrace Flutter plugin. The documentation i found for the Flutter Plugin does not seem to explain much about that migration.
I do have the manual instrumentation configured right now. I'm having a lot of trouble to replace this line
apply plugin: 'com.dynatrace.instrumentation'
for the equivalent using Plugin DSL.