CCExtractor / taskwarrior-flutter

This is the repo of mobile app of taskwarrior
https://play.google.com/store/apps/details?id=com.ccextractor.taskwarriorflutter
GNU General Public License v3.0
103 stars 86 forks source link

fix: macOS build due to permission handler plugin #336

Closed oops-shlok closed 4 months ago

oops-shlok commented 4 months ago

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:

Fixes #335

Screenshots

The app is now successfully rendering on macOS:

Screenshot 2024-03-15 at 1 45 55 AM

Checklist