Flutter Sharedpreferences Alternative | GetX Storage | How to keep user logged In?

preview_player
Показать описание
Hi Bro, if this video was helpful to you, then please do Subscribe, PROTO CODERS POINT.
🙏 🙏 🙏 🙏
____________________________________________________________________

Hi Guys, Welcome to Proto Coders Point, In this Flutter tutorial article, We will learn how to use GetX Storage package (an alternative of shared preferences) in Flutter Application Development to keep users logged In.

In this example we gonna make use of Get Storage library GetX, to keep logged in users data.

Source code

Comment below for any queries 😀
Follow and support me:

Be sure to ask for help in the comments if you need any. Suggestions for future Flutter tutorials are also very welcome! :)

For mobile application development keep learning freely from proto coders point

keys
getx,
get storage,
flutter get storage,
flutter sharedpreferences,
shared preferences alternative,
flutter getx tutorial,
flutter getx storage,
getx storage,
flutter alternative of sharedpreferences
How to keep user logged In,
keep user signed in,
keep user logged in .
.
Рекомендации по теме
Комментарии
Автор

Perfect! You solved my problem! I was having trouble to do the same thing using Shared Preferences, but this package worked great! Thank you.

RossittoS
Автор

i am trying to assign data from GetStorage to a variable. the data is in the storage but I haven't been able to get it to show up in the variable I am assigning it to. Any reason for this?

theifeanyi
Автор

bro how we can impliment this in firebase authentication login page...?

JK
Автор

Nice Video Bro! Btw I wonder if GetX Storage is safe enough for using Login Token. Let me know your thoughts!

MetaTesla
Автор

Bro ...you use statefull homePage widget in main.dart ...cant we use stateless widget insted...? because GetX is all about using stateless widget that we can reduce memory load in our app and that's why app performs better...so I confused because initState() method cant be used without statefull widget...so please suggest me...

JK