Skip to content

Conversation

@oops-shlok
Copy link
Contributor

Description

This PR addresses the issue of encountering a MissingPluginException during macOS installation, specifically related to the checkPermissionStatus method. The issue is resolved by incorporating the following changes:

  • Modified pubspec.yaml to use permission_handler directly from its GitHub repository.
  • Added registration of the PathProviderPlugin in the GeneratedPluginRegistrant.swift file.

Fixes #335

Screenshots

The app is now successfully rendering on macOS:
Screenshot 2024-03-15 at 1 45 55 AM

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

@Pavel401 Pavel401 merged commit 3bbfde7 into CCExtractor:main Mar 18, 2024
sgomezsal pushed a commit to sgomezsal/taskwarrior-flutter that referenced this pull request Dec 10, 2025
fix: macOS build due to permission handler plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: MissingPluginException for Permission Status Check on macOS Installation

2 participants