New project started, Single step page started

This commit is contained in:
Sewmina
2022-03-14 20:30:20 +05:30
parent ef34729de6
commit 26c6907d43
2 changed files with 93 additions and 22 deletions

View File

@@ -89,6 +89,13 @@ class Queries{
static String colData = "data";
}
class ProjectStep{
ProjectStep(this.stepName,this.eta);
String stepName;
int eta;
}