flutter_easy_tools 1.0.3
flutter_easy_tools: ^1.0.3 copied to clipboard
A Flutter package that simplifies common tasks like permission handling and file operations with a clean, unified API.
Changelog #
1.0.3 - 2025-07-21 #
Fixed #
- Fixed method name mismatch between Flutter and iOS native code for getting documents directory
- Improved iOS compatibility by standardizing method names
1.0.2 - 2025-07-21 #
Fixed #
- Resolved type casting issue between FileHandlerImpl and FileHandlerPlatform
- Fixed circular dependency in file imports
Added #
- Initial release of Flutter Easy Tools package
- Unified permission management system
- Cross-platform file handling utilities
- File download with progress tracking
- Storage management functions
- Comprehensive documentation and examples
Changed #
- Updated dependencies to latest stable versions
- Improved error handling and type safety
- Enhanced documentation and code comments