Closed makao007 closed 3 years ago
I know the reason now. That is because the flutter code can not find the folder, You can create a folder in getApplicationDocumentsDirectory and copy files into the above folder and then FolderWidget(the full folder above)
Glad you found the solution. Based on your comment, I'm closing this
Hi, I try to run the get_server in a flutter app on Android Simulator, I can return a Text('Hello') , but when I set a static folder, the page not found. home: FolderWidget('web') // not found the folder