Adjust API for input prompt so that current value becomes optional
This commit is contained in:
parent
65d70a4f6d
commit
99f15fda36
3 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@ import 'package:flutter/material.dart';
|
||||||
|
|
||||||
class LibACFlutterConstants {
|
class LibACFlutterConstants {
|
||||||
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0);
|
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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ class InputPrompt extends StatefulWidget {
|
||||||
{super.key,
|
{super.key,
|
||||||
required this.title,
|
required this.title,
|
||||||
required this.prompt,
|
required this.prompt,
|
||||||
required this.currentValue,
|
this.currentValue = "",
|
||||||
required this.type});
|
required this.type});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: libacflutter
|
name: libacflutter
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 1.0.013125+0358
|
version: 1.0.013125+1234
|
||||||
homepage: https://zontreck.com
|
homepage: https://zontreck.com
|
||||||
publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub
|
publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue