how to open a 'csv file' like 'url launcher' in Flutter
问题 i converted list into File of .csv extension then tried OpenFile.open and ended up with error No permissions found in manifest for: 2 , tried canLaunch and ended up with error name.csv exposed beyond app through Intent.getData(), Failed to handle method call so how to open that csv file in any 3rd part application. 回答1: You can copy paste run full code below and make sure you have a file /sdcard/Download/sample.csv , see picture below You also need CSV Viewer installed in your Emulator code