Superbase Integration-Build Faild

Integrations

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.

What have you tried so far?

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 the DataRow class imported from both package:flutter/src/material/data_table.dart and package: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.

  1. Dependency Version Conflicts:

    • You also have outdated packages that are not compatible with the current set of dependency constraints.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
4 replies