Anton Borries

Results 63 comments of Anton Borries

I actually use this to achieve a certain behaviour. Regarding your questions I think it already behaves like I would expect it. Regarding your questions > What if this is...

Could you post some more code from your widget implementation and explain what you are trying to do? I don't think there should be any references to flutter in the...

Could you check what the defined package name in your `HomeWidgetExampleProvider.kt` is? It should match the package identifier from your app

Could you provide the complete stack trace?

> Not sure when it has been created, maybe when it installed the app? Yes the Widget should come up in the menu to add widgets after installation --- >...

Could you possibly format the code a bit? In general you should be able to do the following though: ```dart final networkData = await fetchDataAndExtractString(); await HomeWidget.saveWidgetData('key', networkData); ``` Please...

What exactly do you want to achieve with the click? To me it looks like the code above should open the app when clicking on the widget. Does it do...

Could you also provide the dart code you are using to listen to the callbacks? Make sure that `HomeWidget.initiallyLaunchedFromHomeWidget()` only works for the initial launch of the app. If the...

Could you also try to additional check the result of `initiallyLaunchedFromWidget()` ?

> 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...