revamped onboarding

This commit is contained in:
2025-02-25 19:18:44 +01:00
parent 6f2f86f936
commit 4ad867e609
21 changed files with 700 additions and 1065 deletions

View File

@@ -16,7 +16,6 @@ final SavedTrips savedTrips = SavedTrips();
class App extends StatelessWidget {
const App({super.key});
@override
Widget build(BuildContext context) => MaterialApp(
title: APP_NAME,