Removed current working directory default value of "/home/yannick"
This commit is contained in:
parent
0a2fe5b032
commit
a7c507bfce
|
|
@ -10,7 +10,7 @@ class MainPage extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
Directory.current = '/home/yannick';
|
||||
//Directory.current = '/home/yannick';
|
||||
return Scaffold(
|
||||
body: Column(
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue