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 125 flutter_login issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. After installing this package: ![image](https://github.com/NearHuscarl/flutter_login/assets/22522883/9afd16b3-c243-4aaa-89ac-08c01e2b311d) ![image](https://github.com/NearHuscarl/flutter_login/assets/22522883/a75358ce-0521-4e10-998d-c950e4ee4480) Android Studio claims that URI doesn't exist: ![image](https://github.com/NearHuscarl/flutter_login/assets/22522883/e3fc12a1-9ab6-48b6-a44d-68307aefd0d4) **To Reproduce** Steps...

bug

Now more users like to use mobile phone verification codes to log in to the APP, hoping to add some functions,The country can be selected in the mobile phone number...

enhancement

**Is your feature request related to a problem? Please describe.** The problem is that I want to be able to log in with more than just the username and password,...

enhancement

I'm assuming it's the latest right? Also looking at the intro? page: ``` import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:login_example/dashboard_screen.dart'; import 'package:login_example/login_screen.dart'; import 'package:login_example/transition_route_observer.dart'; void main() { SystemChrome.setSystemUIOverlayStyle( SystemUiOverlayStyle( systemNavigationBarColor: SystemUiOverlayStyle.dark.systemNavigationBarColor,...

bug

Hi! Is there a way to disable the animations? In particular I'd like to disable the rotation-zoom effect after login which gives a slightly unpleasant effect because of the header...

enhancement

**Is your feature request related to a problem? Please describe.** It would be great to have the ability to navigate between cards programmatically, using my own logic instead of the...

enhancement

Hi, thank you for this amazing package ! I just have a small question: I'm currently trying to publish the first version of my app on the play store. As...

enhancement

I have added additionalSignupFields to show that item when SIGNUP button clicks, but it is not showing. ![SCR-25651230-ij3](https://user-images.githubusercontent.com/26884480/210047279-7ce2362d-fa9e-4a29-94f6-22e670152d29.png) This is my code ``` return FlutterLogin( title: "Login", userType: LoginUserType.email, additionalSignupFields:...

bug

**Describe the bug** When I use the minimum setup, I get `Null check operator used on a null value` error when enter the credentials and click the login button **To...

bug

It would be nice to be able to add a "remember me" checkbox in the login form right after the username and password (before login button). The boolean value would...

enhancement