aub.ai
aub.ai copied to clipboard
Migrate from Imperative to Declarative Gradle Plugin Application
Description
- The project currently uses the deprecated
apply
method for configuring theapp_plugin_loader
Gradle plugin. - This method will be removed in future Flutter releases.
Tasks
- Migrate to using the declarative
plugins
block for configuring Gradle plugins. - Reference the official Flutter migration guide: https://flutter.dev/go/flutter-gradle-plugin-apply