Update description, add initial constants file

This commit is contained in:
zontreck 2023-12-24 20:49:58 -07:00
parent dbc094b67b
commit 3cb4c0d768
2 changed files with 6 additions and 1 deletions

5
lib/Constants.dart Normal file
View file

@ -0,0 +1,5 @@
import 'package:flutter/material.dart';
class Constants {
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 80, 0, 0);
}

View file

@ -1,5 +1,5 @@
name: nbteditor
description: A new Flutter project.
description: A Minecraft NBT Editor written in Flutter
publish_to: 'none'
version: 0.1.0