qasim90

Results 18 comments of qasim90

@rafaelsetragni I need to perform some action when a scheduled notification is displayed, regardless the app is running or terminated. Is it possible to achieve with this package or work...

Yup I already saw those combinations. My question was that could work manager help in this situation because it looks like work manager can't execute code at exact scheduled time.

Hmm...so its impossible to update my home screen widget extensions when scheduled notification is displayed. Thanks for clarifying.

Yes I knew that but the aim is to update widget data on notification generation, not app opening, because the user may or may not click the notification to open...

Just found out this happens since v0.6.19 and onward. Works fine in v0.6.18+2

> Try to set the second parameter to 0 This works. I had the same issue and fixed with this solution before finding this ticket.

Guys, can someone tell me about the url sceme with `.widgetURL`? Could it be anything like `myWidget://` or have to use actual app scheme and define it somewhere? The readme...

@Akash9151 The listener only works when app is in background so it'll not trigger if the app was terminated. Instead you should check `HomeWidget.initiallyLaunchedFromHomeWidget()` in your `main.dart`. If it returns...

I was having issues with the latest distribution on 7.5.0.GA. The app was not able to launch with an error that's why I recompiled it. Its working fine now.

Any plans to merge this in master so it support Ti SDK 7+???