utopia_cms_supabase 0.1.0+6
utopia_cms_supabase: ^0.1.0+6 copied to clipboard
Supabase backend for utopia_cms - build Flutter admin and CMS panels with sortable, filterable CRUD tables and per-row actions.
0.1.0+6 #
- FIX(utopia_cms_supabase): correct NOT and nested CmsFilter translation.
0.1.0+5 #
- Update a dependency to the latest release.
0.1.0+4 #
- Update a dependency to the latest release.
0.1.0+3 #
- Update a dependency to the latest release.
0.1.0+2 #
- Update a dependency to the latest release.
0.1.0+1 #
- Update a dependency to the latest release.
0.1.0 #
- Initial release
- Implemented
CmsSupabaseDelegatefor basic CRUD operations - Implemented
CmsSupabaseOneToManyDelegatefor one-to-many relationships - Implemented
CmsSupabaseManyToManyDelegatefor many-to-many relationships - Full filter support (equals, notEquals, contains, inList, greaterOrEq, lesserOrEq, and, or, not)
- Sorting and pagination support
- Soft delete support via
archivedFilter