Closed shingohu closed 2 years ago
Please try to see if flutter build aar
supports the --no-dds
argument
flutter build
dds are not enabled by default, so you don't need to add any arguments. flutter attach
supports adding the --no-dds
argument.
Add the --disable-dds parameter after flutter run to turn off the DDS. After testing, this will not cause any impact on debugging
My flutter module is add-to-app,so how can i set --no-dds