Supabase with Flutter, Episode 6: Authentication Models | Kodeco

Create the models for creating users.


This is a companion discussion topic for the original entry at https://www.kodeco.com/33619647-supabase-with-flutter/lessons/6

I’m getting an error in user.dart for “= _TodayUser”
The name ‘_TodayUser’ isn’t a type and can’t be used in a redirected constructor.
Try redirecting to a different constructor.

Thiss is for the Supabase with Flutter course lesson 6

Did you run flutter pub run build_runner build in the terminal?

1 Like