mirror of
https://github.com/stonega/tsacdop
synced 2025-01-20 19:10:48 +01:00
modified: lib/home/appbar/popupmenu.dart
This commit is contained in:
parent
57bf41114b
commit
c5fcfd239b
@ -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
1
lib/webfeed/README.md
Normal file
@ -0,0 +1 @@
|
||||
Forked from https://github.com/witochandra/webfeed
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user