added prj editing page, must change to dialog bcz page too big
This commit is contained in:
@@ -21,7 +21,7 @@ class HomePage extends StatelessWidget {
|
||||
body: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: !gm.importedData
|
||||
? Container()
|
||||
? YaruLinearProgressIndicator()
|
||||
: gm.lenPrj > 0
|
||||
? LayoutBuilder(
|
||||
builder: (context, constraints) {
|
||||
|
||||
Reference in New Issue
Block a user