You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error (Xcode): ../../.pub-cache/hosted/pub.dev/assets_audio_player-3.1.1/lib/src/builders/player_builders.dart:44:14: Error: Duplicated named argument 'key'.
in assets_audio_player-3.1.1 this package , player_builders.dart this file have problem of duplicate key super.key
The text was updated successfully, but these errors were encountered:
This also needs to be updated for the next version/commit. I'm using your package (with a reference to the master) for iOS but can't render my Android version due to unsynced Java versions in build.gradle / android { section.
Had issued with the Java version / gradle too and only got it working by using older gradle / com.android.application versions. I am now using the following versions and builds are working for now again:
gradle version 7.6-all in android/grade/wrapper/grade-wrapper.properties
com.android.application version 7.3.0 in android/settings.gradle
Generally what I did was search for any occurrence of https://services.gradle.org/distributions/gradle and using the latest version used by any package.
Error (Xcode): ../../.pub-cache/hosted/pub.dev/assets_audio_player-3.1.1/lib/src/builders/player_builders.dart:44:14: Error: Duplicated named argument 'key'.
in assets_audio_player-3.1.1 this package , player_builders.dart this file have problem of duplicate key super.key
The text was updated successfully, but these errors were encountered: