Closed whowillcare closed 1 year ago
Hi @whowillcare,
Thank you for opening the issue. I just fix the bug and published a new version: 1.2.1
.
Let me know if you have any problem.
@gdelataillade Same issue, old app with alarm set with old alarm module 1.2.2 -> 2.1.0
type 'Null' is not a subtype of type 'bool' in type cast.
androidFullScreenIntent: json['androidFullScreenIntent'] as bool,
Sorry about that, I'll try to fix it soon.
In the meantime, you can avoid the issue in your project by rescheduling manually your existing alarms.
Should be fixed in 2.1.1
.
Please reopen issue if you still have the issue.
Alarm plugin version 1.2.0 probabaly ealier version has the same issue
Describe the bug
it makes it's not compatible with previous version, say the newly added 'volumeMax' key. and fromJson will throw exception when it's decoding old saved alarm.
To Reproduce