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

Flutter 3.24 error on flutter_fgbg dependency #228

Closed hafidzaini closed 3 months ago

hafidzaini commented 3 months ago

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

Describe the bug ... failed to build after updating flutter to 3.24

FAILURE: Build failed with an exception.

To Reproduce Steps to reproduce the behavior:

  1. ...

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Device info Provide device info (Manufacturer, OS version, ...) Ex: iPhone 13 Pro, iOS 16.2, ...

Additional context Add any other context about the problem here.

Dart SDK 3.5.0 Flutter SDK 3.24.0 ff 1.0.0+1 ├── alarm 3.1.5 │ ├── flutter_fgbg 0.3.0 │ │ └── flutter...

latest Alarm plugin use flutter_fgbg 0.3.0 latest version of this dep is 0.4.0

would you please check if using latest version will solve Flutter 3.24 build error?

hafidzaini commented 3 months ago

oh sorry, they get error too https://github.com/ajinasokan/flutter_fgbg/issues/21

elio1fiore commented 2 months ago

hi, can i update flutter_fgbg? I can't build because of the bugs that were just fixed in 0.6.0 This project is stuck at 0.3.0

gdelataillade commented 2 months ago

Hi @elio1fiore

I just updated the plugin to version 3.1.6 with flutter_fgbg 0.6.0. Thanks for reporting the issue.