Created ProgressViewWidget and rewritten ProgressDetailScreen with it
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
This commit is contained in:
@ -98,7 +98,7 @@ class TimeProgress {
|
||||
}
|
||||
|
||||
static bool isNameValid(String name) {
|
||||
return name != null && name != "" && name.length > 3 && name.length < 20;
|
||||
return name != null && name != "" && name.length > 2 && name.length < 21;
|
||||
}
|
||||
|
||||
static bool areTimesValid(DateTime startTime, DateTime endTime) {
|
||||
|
Reference in New Issue
Block a user