Changed questions, added export.
This commit is contained in:
parent
a83bf0d533
commit
78618aed9a
8 changed files with 277 additions and 173 deletions
|
|
@ -2,7 +2,7 @@ import 'dart:convert';
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:http/http.dart' as http;
|
||||
|
||||
String proxyURL = "https://laserscouter.halfheart.net/";
|
||||
String proxyURL = "https://laserproxy.halfheart.net/";
|
||||
|
||||
class TeamSearchResult {
|
||||
final List<String> eventNames;
|
||||
|
|
|
|||
|
|
@ -84,8 +84,9 @@ final ThemeData laserTheme = ThemeData(
|
|||
|
||||
sliderTheme: SliderThemeData(
|
||||
activeTrackColor: const Color(0xFF00245D),
|
||||
thumbColor: const Color(0xFF00245D),
|
||||
thumbColor: const Color(0xFFFFFFFF),
|
||||
inactiveTrackColor: Colors.grey.shade800,
|
||||
valueIndicatorColor: Colors.white
|
||||
),
|
||||
|
||||
checkboxTheme: CheckboxThemeData(
|
||||
|
|
@ -101,7 +102,7 @@ final ThemeData laserTheme = ThemeData(
|
|||
switchTheme: SwitchThemeData(
|
||||
thumbColor: WidgetStateProperty.resolveWith((states) {
|
||||
if (states.contains(WidgetState.selected)) {
|
||||
return const Color(0xFF00245D);
|
||||
return const Color(0xFFFFFFFF);
|
||||
}
|
||||
return null;
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue