Initial commit

This commit is contained in:
zontreck 2025-01-31 03:29:22 -07:00
parent e9cb58e7e0
commit 8d20540b0f
134 changed files with 4750 additions and 0 deletions

6
lib/Constants.dart Normal file
View file

@ -0,0 +1,6 @@
import 'package:flutter/material.dart';
class LibACFlutterConstants {
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0);
static const VERSION = "1.0.013125+0327";
}