SupabaseS
Supabase11mo ago
raoul-m

Generated Types for Dart

Hi, for TypeScript you can generate types to use, which include database functions, enums and table structures for type-safe queries. I have found a similar thing for Dart, which is Supadart, but that doesn't work with functions and enums. Is there a good way to also generate these types for Dart/Flutter? That would be really nice to have.

If that does not exist, can I transform the generated TS types into usable Dart classes, with for example a script?
Was this page helpful?