app_links doesn't compile for Android when gradle version 8 is used:
Incorrect package="com.llfbandit.app_links" found in source AndroidManifest.xml: /Users/andrey/.pub-cache/hosted/pub.dev/app_links-6.1.1/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.llfbandit.app_links" from the source AndroidManifest.xml: /Users/andrey/.pub-cache/hosted/pub.dev/app_links-6.1.1/android/src/main/AndroidManifest.xml.
app_links doesn't compile for Android when gradle version 8 is used:
For reference: here's how app_settings added that: https://github.com/spencerccf/app_settings/pull/174