gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
132 stars 86 forks source link

Error during upgrade to 4.0.6 #261

Open kennethJeong opened 1 month ago

kennethJeong commented 1 month ago

Alarm plugin version ex: 0.2.9 (please update to the latest version before submitting the issue) ^4.0.6

image

I've used version 3.1.5 before. But this time I tried to upgrade to version 4.0.6 but I can't [flutter pub get] because of an error like the image above. Can you tell me how?

gdelataillade commented 1 month ago

Try this:

flutter clean
flutter pub get
kennethJeong commented 1 month ago

Try this:

flutter clean
flutter pub get

It' not work on me ..

gdelataillade commented 1 month ago

What version of Flutter are you using ?