Multi step list and editor UI done
This commit is contained in:
@@ -90,10 +90,11 @@ class Queries{
|
||||
}
|
||||
|
||||
class ProjectStep{
|
||||
ProjectStep(this.stepName,this.eta);
|
||||
ProjectStep(this.stepName,this.eta,this.progress);
|
||||
|
||||
String stepName;
|
||||
int eta;
|
||||
int progress;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user