Removed current working directory default value of "/home/yannick"

This commit is contained in:
Yannick Mauray 2021-10-27 18:06:03 +02:00
parent 0a2fe5b032
commit a7c507bfce
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
1 changed files with 1 additions and 1 deletions

View File

@ -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: [