flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

Provides login screen with login/signup functionalities to help speed up development

Results 118 flutter_login issues
Sort by recently updated
recently updated
newest added

``` cardTheme: CardTheme( color: kColorYellow.withOpacity(0.7), elevation: 10.0, margin: EdgeInsets.only(top: 30.0), shape: ContinuousRectangleBorder( borderRadius: BorderRadius.circular(90.0), ), ), ```

enhancement

**Describe the bug** When a user taps on the username or password fields the keyboard will pop up and hide the dialog. **To Reproduce** I do not use the login...

bug

Hi, How do I set Username and Password TextFields read-only while my app waiting for a response from the server?

enhancement

**Is your feature request related to a problem? Please describe.** Currently it's difficult to do flexible customization of flutter_login. E.g. it's possible to provide a footer message as `String` but...

enhancement

The? Will be like help about the field

enhancement

**Is your feature request related to a problem? Please describe.** With the new version two new features will be available for us: Confirmation and Reset Password cards; unfortunately, it is...

enhancement

We currently reuse the LoginType for the **login** and **password recovery**, we neglect situations where we want to log in with an **_username_** and recover the account with an _email_,...

enhancement

I did my fastapi so that no passwords are needed anymore using oAuth2 tokens and sending link to their email address, any way to disable this password field?

enhancement

**Describe the bug** Tabbing to change focus stops working after form errors are triggered **General Feedback** In general, the form works fine for valid input. However, it's too easy to...

bug

Hi, Possibility to define where type keyboard in password field? for example: just numeric? just alphanumeric? thanks.

enhancement