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

[Fix][Android] Fix the compile error caused by andoidx.appcompat when building apk in release mode #399

Closed zhuyangyang-lingoace closed 2 years ago

zhuyangyang-lingoace commented 2 years ago

[Fix][Android] Fix the andoidx.appcompat that is incompatibility caused compile error when building apk in release mode

1.error: 'AAPT: error: resource android:attr/lStar' not found when building apk in release mode 2.causes: androidx.appcompat incompatibility

Signed-off-by: zhuyangyang yangyang.zhu@pplingo.com

thomassth commented 2 years ago

Apologies in advance, but I still have trouble comprehending your description.

Does this solves what you were concerning before (running this plugin in older flutter versions)?

zhuyangyang-lingoace commented 2 years ago

@thomassth Sorry. when I run 'flutter build apk', it compile errors. Just compile example project. So you can build release apk?