Relative Content

Tag Archive for androidflutterflutter-dependenciesrelease

problem with releasing a flutter application

I tired to release a flutter application using those command of course :
flutter clean flutter pub get flutter build apk --release
and this error occurred:
`You are applying Flutter’s app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/to/flutter-gradle-plugin-apply