diff --git a/lib/Constants.dart b/lib/Constants.dart index 2c2bc7e..eb004f6 100644 --- a/lib/Constants.dart +++ b/lib/Constants.dart @@ -2,5 +2,5 @@ import 'package:flutter/material.dart'; class LibACFlutterConstants { static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0); - static const VERSION = "1.0.013125+0358"; + static const VERSION = "1.0.013125+1234"; } diff --git a/lib/Prompt.dart b/lib/Prompt.dart index 9f0534c..81fecc8 100644 --- a/lib/Prompt.dart +++ b/lib/Prompt.dart @@ -13,7 +13,7 @@ class InputPrompt extends StatefulWidget { {super.key, required this.title, required this.prompt, - required this.currentValue, + this.currentValue = "", required this.type}); @override diff --git a/pubspec.yaml b/pubspec.yaml index a4d54bf..a85c10b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: libacflutter description: "A new Flutter package project." -version: 1.0.013125+0358 +version: 1.0.013125+1234 homepage: https://zontreck.com publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub