flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

Updating of installing doc with Plugin DSL

Open atharvsharma1998 opened this issue 11 months ago • 0 comments

I have recently updated my project to Flutter 3.19.3. As a result I had to manually upgrade to use Plugin DSL(https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply) I keep on getting

 Plugin [id: 'com.android.tools.build', version: '7.3.0', apply: false] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (None of the included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'com.android.tools.build:com.android.tools.build.gradle.plugin:7.3.0')
  Searched in the following repositories:
    Google
    MavenRepo
    Gradle Central Plugin Repository

Im unable to figure out how to solve this

atharvsharma1998 avatar Mar 14 '24 01:03 atharvsharma1998