From e76b3f446e8034d8b336fa82e48f8b36814f0228 Mon Sep 17 00:00:00 2001 From: Gabriel Costa de Oliveira Date: Fri, 20 Dec 2024 18:38:30 -0300 Subject: [PATCH] =?UTF-8?q?fix(#59):=20corrige=20navega=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/welcome/view/WelcomeView.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/welcome/view/WelcomeView.dart b/lib/ui/welcome/view/WelcomeView.dart index c62eae6..af76569 100644 --- a/lib/ui/welcome/view/WelcomeView.dart +++ b/lib/ui/welcome/view/WelcomeView.dart @@ -81,7 +81,7 @@ class _WelcomeViewState extends State { return SingleChildScrollView( child: GestureDetector( onTap: () => { - Navigator.of(context).push( + Navigator.of(context).pushReplacement( MaterialPageRoute( builder: (context) => const OnboardingView(), ),