Now that we have a Registration form, we need our users to be able to log inLogin:

Here's what we need to do:
- We must install a
device_info_pluspackage to get Device information. - We need a
login()function on our Auth Provider. - We need to add a Login form.
Installing New Package
First, we will need a package to be installed...
I got some compatibility issues with the
device_info_pluspackage and the Android NDK version, to be specific this was the error message:My Solution Change the Android NDK version directly in the Flutter SDK, right in the file:
searching the line
and replace it by