-
Notifications
You must be signed in to change notification settings - Fork 279
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
Change Android Integration on pub.dev #250
Comments
An you check the readme (https://github.com/builttoroam/device_calendar) and if changes required, please submit a pr. I will check what's being published to pub.dev and update that when I can. Thanks |
Yea i checked the README. My suggestion is to change:
to:
|
I compiled the application with flutter build apk --release and it did not have any proguard file I followed the steps mentioned but it does not work it still does not write to the calendar, from the emulator it works but when I install the apk on a device it does not work, help please. |
@jurgenramirez Which steps did you exactly do? |
I had the issue, that when i built a release version of my app containing the device_calendar plugin, the retrieve_calendars() function didn't work at all. After finding the solution to my problem #99 i suggest that you should add the following to pub.dev/device_calendar#android-integration, because you have to add the proguard rule anyways to make it work.
This solution is copied from here
The text was updated successfully, but these errors were encountered: