mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-24 22:30:32 -04:00
checkpoint
This commit is contained in:
parent
c22d6fcff8
commit
8c22bf8cc0
24 changed files with 673 additions and 56 deletions
|
@ -17,7 +17,7 @@ void main() async {
|
|||
var initTheme = themeService.initial;
|
||||
runApp(
|
||||
ProviderScope(
|
||||
observers: [const StateLogger()],
|
||||
observers: const [StateLogger()],
|
||||
child: VeilidChatApp(theme: initTheme)),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue