Fix top issues: Proguard rules, iOS deprecation, and Windows crash - #585
Fix top issues: Proguard rules, iOS deprecation, and Windows crash#585ponnamkarthik wants to merge 1 commit into
Conversation
- Added Proguard rules to README.md (Fixes #553). - Resolved UIActivityIndicatorViewStyleWhiteLarge deprecation warning on iOS 13+ (Fixes #535). - Handled MissingPluginException on unsupported platforms like Windows (Fixes #562). Co-authored-by: ponnamkarthik <19759716+ponnamkarthik@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR addresses three of the top open issues on the repository:
README.mdexplaining the required Proguard rules for Android release builds (-keep class io.github.ponnamkarthik.toast.** { *; }).UIActivityIndicatorViewStyleWhiteLargewithUIActivityIndicatorViewStyleLargefor iOS 13+ inios/fluttertoast/Sources/fluttertoast/UIView+Toast.m.try/catchblock forMissingPluginExceptioninfluttertoast.dartto prevent unhandled exceptions when callingcancel()orshowToast()on unsupported platforms like Windows.PR created automatically by Jules for task 15828502520989948020 started by @ponnamkarthik