Implemented go router

This commit is contained in:
Juan Gilsanz Polo 2023-10-28 22:38:49 +02:00
parent 2ad739ed4f
commit 621171c5b1
23 changed files with 614 additions and 234 deletions

View file

@ -101,7 +101,7 @@ class _BaseState extends State<Base> with WidgetsBindingObserver {
child: child,
)
),
child: screens[appConfigProvider.selectedScreen].body,
child: SizedBox()
),
),
],