mock_supabase_http_client 0.1.0
mock_supabase_http_client: ^0.1.0 copied to clipboard
A mock Supabase client for testing API calls without making actual http requests for Dart/Flutter apps that use Supabase.
0.1.0 #
- docs: mark this package as discontinued in favor of
supabase_testonce supabase_flutter v3 is released - fix: shape
.single()responses after insert, update, upsert and delete #29 - fix: honor
ignoreDuplicatesin upsert #28 - docs: audit the current limitations list #27
- fix(inFilter): enable inFilter usage with strings #24
- fix: selecting with filter on empty table #22
0.0.2 #
0.0.1 #
- Initial release.
- Basic CRUD operations (Create, Read, Update, Delete) and upsert support.
- Basic filtering support.
- Basic transformer (order, limit, range, single, maybeSingle) support.
- Basic referenced table support.