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
I want to use supabase with dart (flutter) apps and it would be cool to generate dart classes just like we can generate types/interfaces for typescript
Describe the solution you'd like
I want to run "supabase gen types dart --schema public" and it should print the dart classes with json serialization.
Describe alternatives you've considered
Currently considering to use the freezed and json_serializable packages to manually create and update the classes/types.
The text was updated successfully, but these errors were encountered:
I want to use supabase with dart (flutter) apps and it would be cool to generate dart classes just like we can generate types/interfaces for typescript
Describe the solution you'd like
I want to run "supabase gen types dart --schema public" and it should print the dart classes with json serialization.
Describe alternatives you've considered
Currently considering to use the freezed and json_serializable packages to manually create and update the classes/types.
The text was updated successfully, but these errors were encountered: