Add migration scripts, remove dependencies to codegen, and cleanups

This commit is contained in:
Anton Stubenbord
2023-10-06 14:27:42 +02:00
parent 29b7c8bdc0
commit 5dcae3f0b3
32 changed files with 738 additions and 583 deletions

View File

@@ -44,7 +44,8 @@ class _LandingPageState extends State<LandingPage> {
SliverToBoxAdapter(
child: Text(
S.of(context)!.welcomeUser(
currentUser.fullName ?? currentUser.username),
currentUser.fullName ?? currentUser.username,
),
textAlign: TextAlign.center,
style: Theme.of(context)
.textTheme