Use case
Flutter 3.16 introduced a new way to apply Gradle plugins using new Plugin DSL (as described here). New apps generated using flutter create use this approach.
I expected this change to affect Android plugins created using flutter create --template=plugin --platforms=android, but it seems like it's not the case. I am missing explanation as to why. Is it intentional or just an oversight?
Tested on latest master.
Proposal
Either include a description as to why Plugin DSL is not (yet?) available for plugins or add implementation to flutter create --template=plugin --platforms=android and a migration guide.
Use case
Flutter 3.16 introduced a new way to apply Gradle plugins using new Plugin DSL (as described here). New apps generated using
flutter createuse this approach.I expected this change to affect Android plugins created using
flutter create --template=plugin --platforms=android, but it seems like it's not the case. I am missing explanation as to why. Is it intentional or just an oversight?Tested on latest master.
Proposal
Either include a description as to why Plugin DSL is not (yet?) available for plugins or add implementation to
flutter create --template=plugin --platforms=androidand a migration guide.