I'm using supabase_flutter ^1.0.0-dev.3 and it has a problem with gotrue ^1.0.0-dev.3.

This is the error I get:
../../../flutter/.pub-cache/hosted/pub.dartlang.org/supabase_flutter-1.0.0-dev.3/lib/src/supabase_auth.dart:109:68: Error: The getter 'data' isn't defined for the class 'GotrueSessionResponse'.
  • 'GotrueSessionResponse' is from 'package:gotrue/src/gotrue_response.dart' ('../../../flutter/.pub-cache/hosted/pub.dartlang.org/gotrue-1.0.0-dev.3/lib/src/gotrue_response.dart').
I can't seem to force an older version of gotrue
Was this page helpful?