File tree 3 files changed +10
-1
lines changed
lib/on_boarding/presentation/widgets
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class OnBoardingBottomNavigation extends StatelessWidget {
27
27
child: GestureDetector (
28
28
onTap: (){
29
29
if (index == 2 ){
30
- context.push (RoutePath .auth);
30
+ context.pushReplacement (RoutePath .auth);
31
31
}else {
32
32
onTap ();
33
33
}
Original file line number Diff line number Diff line change @@ -190,6 +190,14 @@ packages:
190
190
url: "https://pub.dev"
191
191
source: hosted
192
192
version: "2.0.3"
193
+ flutter_switch:
194
+ dependency: "direct main"
195
+ description:
196
+ name: flutter_switch
197
+ sha256: b91477f926bba135d2d203d7b24367492662d8d9c3aa6adb960b14c1087d3c41
198
+ url: "https://pub.dev"
199
+ source: hosted
200
+ version: "0.3.2"
193
201
flutter_test:
194
202
dependency: "direct dev"
195
203
description: flutter
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ dependencies:
41
41
get_it :
42
42
shared_preferences :
43
43
equatable :
44
+ flutter_switch : ^0.3.2
44
45
45
46
46
47
You can’t perform that action at this time.
0 commit comments