Start to update stuff

This commit is contained in:
zontreck 2024-05-22 16:09:36 -07:00
parent 110b2d150c
commit 399d884681
18 changed files with 217 additions and 240 deletions

View file

@ -3,6 +3,7 @@ import 'dart:io';
import 'package:file_selector/file_selector.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:servermanager/Constants.dart';
import 'package:servermanager/settings.dart';
class HomePage extends StatefulWidget {
@ -20,13 +21,10 @@ class HomePageState extends State<HomePage> {
@override
Widget build(BuildContext context) {
settings.Read();
return Scaffold(
appBar: AppBar(
title: Text("Conan Exiles Server Manager"),
backgroundColor: Color.fromARGB(255, 100, 0, 0),
),
title: Text("Conan Exiles Server Manager"),
backgroundColor: Constants.TITLEBAR_COLOR),
drawer: Drawer(
child: SingleChildScrollView(
child: Column(children: [