This commit is contained in:
bestonemitRam
2025-01-29 00:59:14 +05:30
parent 3121e0ee36
commit 5c69ac3322
20 changed files with 1638 additions and 649 deletions

View File

@@ -29,12 +29,12 @@ class _OnBoardingScreenState extends State<OnBoardingScreen> {
SharedPrefUtils.setFreshInstall(isFresh: false).then(
(value) => context.clearAndPush(routePath: MyRoutes.BOTTOMNAV, args: 0),
);
}
// Navigator.pushReplacement(context, MaterialPageRoute(
// builder: (context) {
// return const LoginScreen();
// },
// ));
skipbyarrowFunction() {
SharedPrefUtils.setFreshInstall(isFresh: false).then(
(value) => context.clearAndPush(routePath: MyRoutes.LOGIN, args: 0),
);
}
onChangedFunction(int index) {
@@ -446,7 +446,8 @@ class _OnBoardingScreenState extends State<OnBoardingScreen> {
child: Center(
child: InkWell(
onTap: () {
skipFunction();
skipbyarrowFunction();
//skipFunction();
},
child: Container(
height: 70,