Flutter Session login and keep logged in

preview_player
Показать описание
Flutter Session login and keep logged in with user information.

Рекомендации по теме
Комментарии
Автор

Thanks a lot brother! I've been looking for this tutorial for a long time.

kouakoubenjaminyao
Автор

Assalamu'alaikum

Thank you bro, this is pretty simple. But, how do we set time for the session? Without triggering the logout button, can we make the session null automatically for example in 3 hours?

at 8:12 you did not mention the async and await in main(), they appeared suddenly

SLEEPERER
Автор

Assalamualaikum
how can I keep this information in all screens until he press logout ? do futureBuilder in all pages?

mohannadkhaledomar
Автор

Well done bro.
This tutorial is really helpful for php enthusiastic. Also if you can, do it in laravel

atiqurrahman
Автор

where can i download the entire project?
Thanks.

netmoll
Автор

Hi sir, I'm developing a matrimonial app in flutter. I created login page and list page. How can i list profiles from mysql database based on login user's preferences

mangalyanet
Автор

With the help of token how to keep user logged in with Google auth

alokgupta
Автор

Where can I find the sourcecode for this example? I tried looking at your GitHub, but the project "flutter-keep-user-loggedin" doesn't have anything with FlutterSession

dittevang-pedersen
Автор

Thank you for the video it already helped me a lot :) but i have one quiestion. How can i show the email with witch i logged in?

franzliszt
Автор

Assalamualaikum ..
I am making App appointment with doctor when the user request for appointment then the admin approve his request and send him a message for appointment now i dont know how to create this coding ..i hope you can create tutorial video to help me ...

ieyrazahirah
Автор

thank u for your sharing brother! but can i ask something? how the structure of your token and level from your sql? i'm newbie from flutter backend so please tell me, it's just can use varchar? or what? thanks u

ferifajariandi
Автор

It's a great tutorial sir, for my code it's happened to be like this "token != ' ' ? Login() : Screen1()", it's upside down, I don't know why. if I do like this "token != ' ' ? Screen1() : Login()" it will not log out. I'm checking and sure it's 200% the same logic as your's code.

hidayatnoradzmanhisham
Автор

Hi. I am begginer on Flutter. Is this way safe? I am doing food delivery app with Mysql and Laravel. Is this way enough to me ?

eroldemirci
Автор

I have an doubt sir... I want to select id from one table and insert data to another table of mysql database using flutter. How can i do that?

withjio
Автор

what if there are three types of users with different dashboards?

nuriffatishshima
Автор

Thanks for your tutorial,
Is this method safe(flutter_session)?
what is The difference between a Jwt(refresh token) and a flutter session?
which one is better and safe?

MrDude-tdtl
Автор

Sir how to Create pos system flutter php using thanks

srilankann
Автор

Hello, I have problem with flutter session,
can you help me?
When I delete the application and run it again, I enter to the dashboard page. Why?

MrDude-tdtl
Автор

Nice tutorial..Please share source
thanks

kuochingliew
Автор

What is inside the login button, please
what are the methods??

theunforgiven