supabase-community / flutter-auth-ui

Supabase Auth UI library for Flutter
https://supabase.com
MIT License
114 stars 58 forks source link

Allow passing a value to BooleanMetaDataField #119

Closed bcorman closed 1 month ago

bcorman commented 1 month ago

Feature request

Is your feature request related to a problem? Please describe.

Users of this library may want some BooleanMetaDataField checkboxes to start checked, like lots of websites (at least in the US) do with email consent. I forgot to add a value property to BooleanMetaDataField, so all checkboxes currently start unchecked.