Skip to content

Commit

Permalink
pub upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
chanchalyadav272 committed Jun 27, 2023
1 parent a504611 commit bbdbf8e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lib/pages/quick_links/cab_share.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ class CabShare extends StatelessWidget {
@override
Widget build(BuildContext context) {
print(LoginStore.userData);
return CabSharingScreen(userData: {
'name': LoginStore.userData["name"]!,
'email': LoginStore.userData["outlookEmail"]!,
'security-key': const String.fromEnvironment('SECURITY-KEY')
});
return CabSharingSplashScreen();

// CabSharingScreen(userData: {
// 'name': LoginStore.userData["name"]!,
// 'email': LoginStore.userData["outlookEmail"]!,
// 'security-key': const String.fromEnvironment('SECURITY-KEY')
// });
}
}

0 comments on commit bbdbf8e

Please sign in to comment.