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
Describe the bug
When I run the command flutter run I get the issue
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project ':app_links'.
> Failed to notify project evaluation listener.
> Could not get unknown property 'android' for project ':app_links' of type org.gradle.api.Project.
> Could not get unknown property 'android' for project ':app_links' of type org.gradle.api.Project.
Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1m 30s
Running Gradle task 'assembleDebug'... 90,9s
Error: Gradle task assembleDebug failed with exit code 1
I´ve followed all the steps to set up supabase_flutter, even creating a new project and copying the project in the "Building The app" section, but the error is still there
Expected behavior
The app is built on the emulator
Screenshots
If applicable, add screenshots to help explain your problem.
Version (please complete the following information):
On Linux/macOS
Please run dart pub deps | grep -E "supabase|gotrue|postgrest|storage_client|realtime_client|functions_client" in your project directory and paste the output here.
On Windows
Please run dart pub deps | findstr "supabase gotrue postgrest storage_client realtime_client functions_client" in your project directory and paste the output here.
Are you sure you didn't alter any files in ./andorid other than the manifest file?
From this stackoverflow it seems like your build.gradle might not be correct.
i am having same issue as well in flutter 3.32 dart 3.8
A problem occurred configuring project ':app_links'.
Parameter specified as non-null is null: method com.flutter.gradle.VersionUtils.mostRecentSemanticVersion, parameter version1
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When I run the command
flutter run
I get the issueI´ve followed all the steps to set up supabase_flutter, even creating a new project and copying the project in the "Building The app" section, but the error is still there
To Reproduce
Steps to reproduce the behavior:
flutter run
Expected behavior
The app is built on the emulator
Screenshots
If applicable, add screenshots to help explain your problem.
Version (please complete the following information):
On Linux/macOS
Please run
dart pub deps | grep -E "supabase|gotrue|postgrest|storage_client|realtime_client|functions_client"
in your project directory and paste the output here.On Windows
Please run
dart pub deps | findstr "supabase gotrue postgrest storage_client realtime_client functions_client"
in your project directory and paste the output here.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: