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

Right now when the keyboard is active, we can scroll up the whole **FlutterLogin** : ![image](https://user-images.githubusercontent.com/37985796/117795192-3c12f280-b24e-11eb-9421-d7b46d956dc5.png) This is because the FlutterLogin widget has a SingleChildScrollView: ![image](https://user-images.githubusercontent.com/37985796/117793711-c6f2ed80-b24c-11eb-90c4-da80f07caff9.png) This is used mainly...

enhancement

**Is your feature request related to a problem? Please describe.** Can not set button with full-width. **Describe the solution you'd like** Sometime wee need use button with full-width base on...

enhancement

**Describe the bug** When I'm testing my Login screen on an emulator and I input email or password with the computer's keyboard I get the next behaviour if i try...

bug

In order to provide an easier way for people to discuss about this plugin, we have created a Discord server. You can join it by clicking the button bellow. [![Join...

announcement

Hello everyone, I'm here to announce that @juliansteenbakker will be the new maintainer of this project. @juliansteenbakker has experience maintaining the other high-profile package [qr_code_scanner](https://github.com/juliuscanute/qr_code_scanner). He'll fix some long standing...

announcement

Bumps gradle from 7.2.1 to 7.3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.2.1&new-version=7.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Fixes https://github.com/NearHuscarl/flutter_login/issues/340

**Is your feature request related to a problem? Please describe.** It would be great to be able to have more than just text input for the sign up additional fields....

enhancement

In my app, there are multiple servers. User can select a server before login. When I used flutter_login, I encountered a scenario in which, user has no way to go...

After updating to Gradle 8.1.1 the Flutter Login Plugin doenst work anymore. My build.gradle: ``` buildscript { ext.kotlin_version = '1.7.20' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:8.1.1' classpath...

bug