Nikolai Henriksen
Nikolai Henriksen
Here is my router: ```dart @MaterialAutoRouter( replaceInRouteName: 'Page,View,Route', routes: [ AutoRoute( path: '/home', page: HomePage, children: [ AutoRoute(initial: true, path: 'overview', page: OverviewPage), AutoRoute( path: 'catalogue', page: CatalogueBasePage, children: [...
Hi, I’m new to Linux and embedded systems and I’m trying to run a Flutter app on a Raspberry Pi 4B (4GB RAM) using this 3.5" SPI display: [https://www.lcdwiki.com/3.5inch_RPi_Display](https://www.lcdwiki.com/3.5inch_RPi_Display) I...