supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
656 stars 154 forks source link

fix(postgrest): Update parameter type of `isFilter()` to only allow boolean or null #920

Closed dshukertjr closed 1 month ago

dshukertjr commented 1 month ago

What kind of change does this PR introduce?

Fixes https://github.com/supabase/supabase-flutter/issues/917

What is the current behavior?

Currently any object can be passed as the value parameter of isFilter()

What is the new behavior?

Only null and boolean values can be passed to isFilter()