modified: lib/home/appbar/popupmenu.dart

This commit is contained in:
stonegate 2020-03-20 04:14:59 +08:00
parent 57bf41114b
commit c5fcfd239b
3 changed files with 3 additions and 2 deletions

View File

@ -239,7 +239,7 @@ class _PopupMenuState extends State<PopupMenu> {
void _getFilePath() async {
try {
String filePath = await FilePicker.getFilePath(type: FileType.ANY);
String filePath = await FilePicker.getFilePath(type: FileType.any);
if (filePath == '') {
return;
}

1
lib/webfeed/README.md Normal file
View File

@ -0,0 +1 @@
Forked from https://github.com/witochandra/webfeed

View File

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