website icon indicating copy to clipboard operation
website copied to clipboard

[PAGE ISSUE]: 'Manage plugins and dependencies in add-to-app'

Open Ottovonbismark1 opened this issue 1 year ago • 0 comments

Page URL

https://docs.flutter.dev/add-to-app/android/plugin-setup/

Page source

https://github.com/flutter/website/tree/main/src/content/add-to-app/android/plugin-setup.md

Describe the problem

in this page it descripes the dependencies section existing in the /android/build.gradle inside buildscripts but that section does no longer exist it's moved to settings.gradle ? i guess i don't understand yet and am stock at this problem how to add what used to be added to that section now ???

Expected fix

it should be fixed by providing the way of how to add things that are used to be added to /android/build.gradle
buildscripts{dependencies:{}} section that is no longer exist

Additional context

No response

I would like to fix this problem.

  • [ ] I will try and fix this problem on docs.flutter.dev.

Ottovonbismark1 avatar May 11 '24 15:05 Ottovonbismark1