folder_files_fetch 0.0.2
folder_files_fetch: ^0.0.2 copied to clipboard
A Flutter plugin for fetching files from folders with advanced sorting capabilities.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 #
- File Sorting: Improved sorting logic based on name and date with enhanced performance.
0.0.1 #
Initial Release #
Features:
- File Fetching: Retrieve all files from a specified folder path on Android devices
- Advanced Sorting: Sort files by name or modification date with ascending/descending options
- Android Integration: Native Android implementation using DocumentFile API
- Permission Handling: Works with Android's persisted URI permissions for folder access
- Asynchronous Operations: Non-blocking file operations using Kotlin coroutines
- Comprehensive Error Handling: Proper exception handling for file system and permission errors