I'm trying to make a type of social media app that requires users to sign in. I've pinpointed the problem to supabase integration and have a rough idea of what's wrong but i dont know how to solve it.
Superbase Integration-Build Faild
Integrations
i have tried disabling authentication which did nothing and have pinned the problem down to supabase authentication. I asked chat GPT , it said this:
Compilation Error:
There is a conflict with the
DataRow
class being imported from two different packages. You have theDataRow
class imported from bothpackage:flutter/src/material/data_table.dart
andpackage:nurse_match_up_2/backend/supabase/database/tables/data.dart
. This is causing a name collision, which the Dart compiler cannot resolve on its own.
Dependency Version Conflicts:
You also have outdated packages that are not compatible with the current set of dependency constraints.
Yes
2
4 replies