-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update dependencies and build tools #87
Conversation
Should we for now use app_settings:
git: https://github.com/spencerccf/app_settings.git in |
If that works without any problems, we can do that. We just use the plugin for a button in the settings to open the Android notification settings. Maybe we can even remove the plugin and replace it with a platform-specific call. |
If we would implement opening this specific settings page as a platform-specific call, the bundle size would also be reduced a bit (one less plugin). |
The platform-specific call for Android is finished. But I cannot test it right now because of flutter/flutter#128204 |
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.
looks good and works as expected. We can merge the branch from my side.
No description provided.