chore: upgrade flutter to 3.22.0
This commit is contained in:
parent
62fcea5b0b
commit
ae0c8f73d2
30 changed files with 68 additions and 71 deletions
|
|
@ -92,8 +92,8 @@ class HomeserverAppBar extends StatelessWidget {
|
|||
)
|
||||
: null,
|
||||
fillColor: FluffyThemes.isColumnMode(context)
|
||||
? Theme.of(context).colorScheme.background
|
||||
: Theme.of(context).colorScheme.surfaceVariant,
|
||||
? Theme.of(context).colorScheme.surface
|
||||
: Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||
prefixText: '${L10n.of(context)!.homeserver}: ',
|
||||
hintText: L10n.of(context)!.enterYourHomeserver,
|
||||
suffixIcon: const Icon(Icons.search),
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class HomeserverPickerView extends StatelessWidget {
|
|||
appBar: AppBar(
|
||||
titleSpacing: 12,
|
||||
automaticallyImplyLeading: false,
|
||||
surfaceTintColor: Theme.of(context).colorScheme.background,
|
||||
surfaceTintColor: Theme.of(context).colorScheme.surface,
|
||||
title: HomeserverAppBar(controller: controller),
|
||||
),
|
||||
body: Column(
|
||||
|
|
@ -207,9 +207,9 @@ class _LoginButton extends StatelessWidget {
|
|||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(99),
|
||||
),
|
||||
foregroundColor: Theme.of(context).colorScheme.onBackground,
|
||||
foregroundColor: Theme.of(context).colorScheme.onSurface,
|
||||
backgroundColor: withBorder
|
||||
? Theme.of(context).colorScheme.background
|
||||
? Theme.of(context).colorScheme.surface
|
||||
: Colors.transparent,
|
||||
),
|
||||
onPressed: onPressed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue