permission_handler_package 1.0.4 copy "permission_handler_package: ^1.0.4" to clipboard
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, PermissionSettingsScreen removed
  • Consolidated UI - Now only dialogs handle all permission flows (no duplication)
  • Simplified architecture - Cleaner, more maintainable codebase

๐Ÿ› Bug Fixes

  • Fixed deprecated withOpacity() warnings โ†’ replaced with withAlpha()
  • Fixed incorrect import paths across all files
  • Fixed missing permission_provider.dart import in settings widget
  • Fixed all circular dependency issues

๐Ÿ”ง Dependency Updates

  • Updated permission_handler to latest version
  • Updated flutter_riverpod compatibility
  • Updated flutter_screenutil integration

๐Ÿ“ Structure Changes

0
likes
0
points
341
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A professional Flutter package for handling permissions automatically with Riverpod state management, retry logic, and beautiful UI dialogs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_riverpod, flutter_screenutil, google_fonts, permission_handler, riverpod

More

Packages that depend on permission_handler_package

Packages that implement permission_handler_package