diff --git a/lib/presentation/home/home_screen.dart b/lib/presentation/home/home_screen.dart index 300b54b..7fa1da8 100644 --- a/lib/presentation/home/home_screen.dart +++ b/lib/presentation/home/home_screen.dart @@ -135,6 +135,15 @@ class _HomeScreenState extends State { // size: Size(100.w, 100.h), // painter: DrawCircle(), // ), + if (localApi.userModel.isGuest == true) + Align( + alignment: Alignment(0.7, -0.8), + child: FloatingActionButton( + onPressed: () => appRouter.pushNamed('/auth'), + backgroundColor: kYellow, + child: Icon(Icons.login, color: Colors.white), + ), + ), Align( alignment: Alignment(0.9, -0.8), child: FloatingActionButton(