Flutter - How to pass user data to all views

前端 未结 5 682
醉酒成梦
醉酒成梦 2021-01-30 03:10

I\'m new to the flutter world and mobile app development and struggling with how I should pass user data throughout my app.

I\'ve tried several things, but none seem gre

5条回答
  •  半阙折子戏
    2021-01-30 03:45

    You can use the GetX package to check whether or not the user is logged in, get user data and have it accessible throughout your app

提交回复
热议问题