bayu/dev #15
| @@ -6,7 +6,7 @@ import 'package:cims_apps/application/theme/color_palette.dart'; | |||||||
| import 'package:cims_apps/core/route/route.dart'; | import 'package:cims_apps/core/route/route.dart'; | ||||||
| import 'package:cims_apps/core/utils/size_config.dart'; | import 'package:cims_apps/core/utils/size_config.dart'; | ||||||
| import 'package:cims_apps/features/auth/registration/view/submission_data/submission_parent.dart'; | import 'package:cims_apps/features/auth/registration/view/submission_data/submission_parent.dart'; | ||||||
| import 'package:cims_apps/features/dashboard/dashboard_public/view/dashboard_public_view.dart'; | import 'package:cims_apps/features/bottom_navigation_view.dart'; | ||||||
| import 'package:flutter/material.dart'; | import 'package:flutter/material.dart'; | ||||||
|  |  | ||||||
| class InitialRegistrationStep extends StatelessWidget { | class InitialRegistrationStep extends StatelessWidget { | ||||||
| @@ -203,7 +203,7 @@ class InitialRegistrationStep extends StatelessWidget { | |||||||
|                   isOutlined: true, |                   isOutlined: true, | ||||||
|                   onPressed: () { |                   onPressed: () { | ||||||
|                     routePush(context, |                     routePush(context, | ||||||
|                         page: const DashboardPublicView(), |                         page: const BottomNavigationView(), | ||||||
|                         routeType: RouteType.pushReplace); |                         routeType: RouteType.pushReplace); | ||||||
|                   }, |                   }, | ||||||
|                 ), |                 ), | ||||||
|   | |||||||
| @@ -105,6 +105,7 @@ class DashboardPublicView extends StatelessWidget { | |||||||
|                         provider.loginGoogle(context); |                         provider.loginGoogle(context); | ||||||
|                       }, |                       }, | ||||||
|                     ), |                     ), | ||||||
|  |                     SizedBox(height: SizeConfig.height * .15), | ||||||
|                     Row( |                     Row( | ||||||
|                       mainAxisAlignment: MainAxisAlignment.spaceBetween, |                       mainAxisAlignment: MainAxisAlignment.spaceBetween, | ||||||
|                       children: [ |                       children: [ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user