diff --git a/lib/home/appbar/popupmenu.dart b/lib/home/appbar/popupmenu.dart index 5ecc4e4..fb4db7e 100644 --- a/lib/home/appbar/popupmenu.dart +++ b/lib/home/appbar/popupmenu.dart @@ -239,7 +239,7 @@ class _PopupMenuState extends State { void _getFilePath() async { try { - String filePath = await FilePicker.getFilePath(type: FileType.ANY); + String filePath = await FilePicker.getFilePath(type: FileType.any); if (filePath == '') { return; } diff --git a/lib/webfeed/README.md b/lib/webfeed/README.md new file mode 100644 index 0000000..4ccfb3c --- /dev/null +++ b/lib/webfeed/README.md @@ -0,0 +1 @@ +Forked from https://github.com/witochandra/webfeed \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index fccc218..41ffc58 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,7 @@ dev_dependencies: provider: ^4.0.4 google_fonts: ^0.3.9 dio: ^3.0.9 - file_picker: ^1.4.3+2 + file_picker: ^1.5.0+2 xml: ^3.5.0 marquee: ^1.3.1 flutter_downloader: ^1.4.1