Flutter – Download a local file
Imagine I have created a File (import 'dart:io). I need the user to download the file (to their Download or Documents directory). This is how I create the file. getApplicationDocumentsDirectory() is from permission_handler. final dir = await getApplicationDocumentsDirectory(); final file…