Changes from dart fix --apply

This commit is contained in:
Kyle H 2023-09-29 22:45:50 -04:00
parent c9653bab18
commit d5a03f57d5
10 changed files with 193 additions and 10 deletions

View file

@ -84,9 +84,9 @@ class HomePageState extends ConsumerState<HomePage>
// ignore: prefer_expression_function_bodies
Widget buildAccountList() {
return const Column(children: [
Center(child: Text("Small Profile")),
Center(child: Text("Contact invitations")),
Center(child: Text("Contacts"))
Center(child: Text('Small Profile')),
Center(child: Text('Contact invitations')),
Center(child: Text('Contacts'))
]);
}
@ -95,7 +95,7 @@ class HomePageState extends ConsumerState<HomePage>
IList<LocalAccount> localAccounts,
// ignore: prefer_expression_function_bodies
) {
return const Center(child: Text("unlock account"));
return const Center(child: Text('unlock account'));
}
/// We have an active, unlocked, user login