Initial commit
This commit is contained in:
parent
e9cb58e7e0
commit
8d20540b0f
134 changed files with 4750 additions and 0 deletions
6
lib/Constants.dart
Normal file
6
lib/Constants.dart
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue