permission_handler_package 1.0.4
permission_handler_package: ^1.0.4 copied to clipboard
A professional Flutter package for handling permissions automatically with Riverpod state management, retry logic, and beautiful UI dialogs.
Changelog #
All notable changes to the permission_handler_package package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.4 - 2024-01-15 #
๐ฏ Major Improvements #
๐งน Code Cleanup & Simplification
- Removed redundant screens -
PermissionInitialScreen,PermissionDeniedScreen,PermissionPermanentScreen,PermissionSettingsScreenremoved - Consolidated UI - Now only dialogs handle all permission flows (no duplication)
- Simplified architecture - Cleaner, more maintainable codebase
๐ Bug Fixes
- Fixed deprecated
withOpacity()warnings โ replaced withwithAlpha() - Fixed incorrect import paths across all files
- Fixed missing
permission_provider.dartimport in settings widget - Fixed all circular dependency issues
๐ง Dependency Updates
- Updated
permission_handlerto latest version - Updated
flutter_riverpodcompatibility - Updated
flutter_screenutilintegration