Start to update stuff
This commit is contained in:
parent
110b2d150c
commit
399d884681
18 changed files with 217 additions and 240 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue