JulianSwales

Results 5 issues of JulianSwales

Is there a way to get a horizontal radio button group? Thanks.

What is the best way to show conditional text widgets (read only, not input) in a form when using this library? I have a requirement based on selections made in...

The response api for signup has been changed such that a user object is now returned so the check in the signup_screen fails when email verification is turned on.. Currently...

I have the following: ``` Align( alignment: Alignment.centerLeft, child: ReactiveStatusListenableBuilder( key: Key('FieldC'), formControlName: 'yesno', builder: (_, control, __) { return InputDecorator( decoration: InputDecoration( border: InputBorder.none, errorText: control.invalid ? 'Required' :...

I've taken a look at this library and played with it a bit.. Here are a few suggestions to improve it.. 1. Show user how to query Supabase after login.....

enhancement