muezz
muezz
I am trying to implement `VGuard` from the `VRouter` package with the help of Riverpod as State Notifier. In the case, the states are `loading`, `unauthenticated` and `authenticated`. Below you...
I am using Riverpod for state management and I use its builtin stream and/or future providers. With these providers, I get a unique functionality where I can use them like...
#Scenario: I am trying to create a `Form` where the form fields are conditional. To do this, I have created a `FormBuilderRadioGroup`. This is not inside any `FormBuilder`. If the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description I have two date picker widgets where one is for picking the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description I am copying and pasting a chart from one app to another...
The docs say that we need to initialize `FToast` like this: ```dart @override void initState() { super.initState(); fToast = FToast(); fToast.init(context); } ``` Does this need to happen in every...
# Bug report - [ ] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions),...
**Describe the bug** I upgraded Supabase CLI on my machine to the latest version and it does not allow me to deploy my edge function. This goes away if I...
### What happened? Notification is not created if I try right after calling `login`. ### Steps to reproduce? I am using Supabase auth but this should be reproducible without it....
# Bug report - [ ] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions),...