mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-13 09:02:52 -04:00
more refactor
This commit is contained in:
parent
45ab494969
commit
9219e1307e
19 changed files with 181 additions and 467 deletions
|
@ -47,9 +47,9 @@ class VeilidChatApp extends StatelessWidget {
|
|||
create: (context) =>
|
||||
UserLoginsCubit(AccountRepository.instance),
|
||||
),
|
||||
BlocProvider<ActiveUserLoginCubit>(
|
||||
BlocProvider<ActiveLocalAccountCubit>(
|
||||
create: (context) =>
|
||||
ActiveUserLoginCubit(AccountRepository.instance),
|
||||
ActiveLocalAccountCubit(AccountRepository.instance),
|
||||
),
|
||||
BlocProvider<PreferencesCubit>(
|
||||
create: (context) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue