build: Use Flutter 3.19.6 for Linux

This commit is contained in:
krille-chan 2024-05-29 19:30:53 +02:00
commit d4da2dd431
No known key found for this signature in database
8 changed files with 43 additions and 10 deletions

View file

@ -93,7 +93,8 @@ class HomeserverAppBar extends StatelessWidget {
: null,
fillColor: FluffyThemes.isColumnMode(context)
? Theme.of(context).colorScheme.surface
: Theme.of(context).colorScheme.surfaceContainerHighest,
// ignore: deprecated_member_use
: Theme.of(context).colorScheme.surfaceVariant,
prefixText: '${L10n.of(context)!.homeserver}: ',
hintText: L10n.of(context)!.enterYourHomeserver,
suffixIcon: const Icon(Icons.search),