adds default filetype

This commit is contained in:
Miguel Ruivo 2018-12-06 14:55:23 +00:00
parent edee5d2fe6
commit a218fff854
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class MyApp extends StatefulWidget {
class _MyAppState extends State<MyApp> {
String _fileName = '...';
String _path = '...';
FileType _pickingType;
FileType _pickingType = FileType.ANY;
void _openFileExplorer() async {
try {