mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
Update description, add initial constants file
This commit is contained in:
parent
dbc094b67b
commit
3cb4c0d768
2 changed files with 6 additions and 1 deletions
5
lib/Constants.dart
Normal file
5
lib/Constants.dart
Normal file
|
@ -0,0 +1,5 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
class Constants {
|
||||
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 80, 0, 0);
|
||||
}
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue