-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to Pigeon #292
Migrate to Pigeon #292
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for all the hard work! I’ve left a few comments on your changes—please feel free to reach out if you need any help or have any questions. Great job!
All issues addressed, please take another look. |
android/src/main/kotlin/com/gdelataillade/alarm/services/AlarmStorage.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added to alarm |
This PR refactors Flutter-Platform communications using Pigeon.
It also simplifies some code, improves error handling, updates dependencies, and fixes some lint warnings.