added launch buttons
This commit is contained in:
@@ -77,6 +77,7 @@ class ManageProject extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
SliverList.list(children: [Row(children: [])]),
|
||||
|
||||
SliverList.list(
|
||||
children: [
|
||||
@@ -109,9 +110,7 @@ class ManageProject extends StatelessWidget {
|
||||
nameController.text,
|
||||
langController.text,
|
||||
File(pathController.text),
|
||||
prj.editors,
|
||||
prj.isGit,
|
||||
prj.enableTerminal,
|
||||
),
|
||||
);
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
|
||||
Reference in New Issue
Block a user