Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keeping snippet of router main widget #28

Open
yechielb2000 opened this issue Dec 27, 2024 · 0 comments
Open

keeping snippet of router main widget #28

yechielb2000 opened this issue Dec 27, 2024 · 0 comments

Comments

@yechielb2000
Copy link
Collaborator

// @override
// Widget build(BuildContext context) {
//   return FutureBuilder(
//     future: Provider.of<UserProvider>(context, listen: false).getUserData(),
//     builder: (context, snapshot) {
//       return MaterialApp.router(
//         debugShowCheckedModeBanner: false,
//         theme: ThemeData(fontFamily: 'Open Sans'),
//         routerConfig: getConfigRouter(),
//       );
//     },
//   );
// }

// @override
// Widget build(BuildContext context) {
//   return MaterialApp.router(
//     debugShowCheckedModeBanner: false,
//     theme: ThemeData(fontFamily: 'Open Sans'),
//     routerConfig: getConfigRouter(),
//   );
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant