folder_file_saver 2.0.4 folder_file_saver: ^2.0.4 copied to clipboard
Flutter plugin for save file to Folder extenison of your_app. resize image downloaded. create folder by extension. require permission and open setting device.
Folder File Saver #
This Plugin provides #
- Displays the file that you downloaded in Gallery And Media Player from Url
- Copy existing file to new Folder extension
- Create Folder of your File
- Android Q or higher
- jpg, png, jpeg = Pictures/appname Pictures
- mp4 = Videos/appname Videos
- mp3 = Musisc/appname Musics
- m4a = Audiobooks/appname Audios
- any extension = Documents/appname Documents
- Under Android Q
- jpg, png, jpeg = appname/Pictures
- mp4 = appname/Videos
- mp3 = appname/Musics
- m4a = appname/Audios
- any extension = appname/Documents
- Android Q or higher
- Save file into your custom Directory
- Download images and resize width and height
- Open Settings device
Android
You need to add those permissions in AndroidManifest.xml in order the plugin to work
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
IOS
Currently this Plugin not avaible for IOS.
For demo #
- git clone https://github.com/bonamoogy/FolderFileSaver/archive/master.zip
- cd folder_file_saver
- flutter pub get
- flutter run
Getting Started #
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.