builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
267 stars 267 forks source link

Fixes for better testing #402

Closed thomassth closed 2 years ago

thomassth commented 2 years ago

Fixes problem found when solving #401 and #399

  1. Proguard for example app
  2. Tests flutter build apk as well, because somehow it behaves quite differently to flutter build appbundle. That's why we did not notice the problems.