file_save_directory 1.0.3 copy "file_save_directory: ^1.0.3" to clipboard
file_save_directory: ^1.0.3 copied to clipboard

A Flutter plugin for saving files to Downloads, Documents, Music, Videos, or App Documents folders on Android and iOS with enum-based location selection and smart file type detection

1.0.3 #

  • [Documentation] Updated README.md to include proper Android manifest namespace declaration
  • [Documentation] Enhanced Android setup instructions with required xmlns:tools namespace

1.0.2 #

  • [Android/iOS] Added support for saving files to Videos directory
  • [Android/iOS] Added support for saving files to Music directory
  • [Android] Implemented proper MediaStore integration for video files with specific MIME types (mp4, avi, mkv, mov, wmv, flv, webm, m4v, 3gp, mpeg)
  • [Android] Implemented proper MediaStore integration for audio files with specific MIME types (mp3, wav, m4a, flac, ogg, aac, wma, opus)
  • [Android] Enhanced file type detection and automatic MIME type assignment for video and audio files
  • [iOS] Added app-specific Videos and Music directories with proper fallback handling
  • [All] Added SaveLocation.videos and SaveLocation.music enum options
  • [All] Added helper methods isAudioFile() and isVideoFile() for file type detection
  • [All] Enhanced file saving logic to handle different content URIs based on file type

1.0.1 # or appropriate version #

  • [iOS] Your changes description here
  • [iOS] Another change if applicable

1.0.0 #

  • Initial release.
1
likes
130
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for saving files to Downloads, Documents, Music, Videos, or App Documents folders on Android and iOS with enum-based location selection and smart file type detection

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, open_file, path, path_provider, permission_handler

More

Packages that depend on file_save_directory

Packages that implement file_save_directory