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

build failed #44

Closed whenyourapprun closed 1 year ago

whenyourapprun commented 1 year ago

Alarm plugin version 1.0.3

Describe the bug BUILD FAILED in 1s Exception: Gradle task assembleDebug failed with exit code 1

gdelataillade commented 1 year ago

Hi @whenyourapprun

It looks like the issue is related to the flutter_fgbg dependency. You can probably fix this issue by running:

flutter clean
flutter pub get
flutter run

Let me know if it still doesn't work after that.

whenyourapprun commented 1 year ago

I ran the command as instructed, but got the same result. Are there any other settings or changes?

Warning: 예기치 않은 파일의 끝입니다. org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; 예기치 않은 파일의 끝입니다.

gdelataillade commented 1 year ago

Hi @whenyourapprun,

Sorry for the huge delay. Please let me know if you were you able to solve your issue.