Adrian Edwards

Results 452 comments of Adrian Edwards

Does #240 fix this issue for you?

I'm not sure quite how to read that error. is that saying this package was compiled with newer kotlin than your machine? or the other way around?

> This issue is caused by the deprecation of io.flutter.plugin.common.PluginRegistry.Registrar. Modifying the deprecated code should resolve the problem. Regarding [#240](https://github.com/Almoullim/background_location/pull/240), simply change ext.kotlin_version to = '1.8.22' and version 3.29.0 should...

> Only removed the lines containing the [@SuppressWarnings](https://github.com/SuppressWarnings)("deprecation") annotation and the deprecated function. what functionality depends on that function though. Shouldn't the deprecated function be replaced with a non-deprecated alternative?

for those saying it did not work, are there other errors occurring? what version of flutter are you using?

No, I havent had time to investigate in any detail and likely won't for a while The error you posted seems to refer to another log file. Does that file...

I started a branch for this on a fork with some help from cursor since I'm very new to/unfamiliar with this codebase: https://github.com/MoralCode/amazon.aws/tree/fsr Would love to see whether I'm heading...

is https://www.electronforge.io/config/makers/flatpak not helpful?

ignoring the cross-pollination with the other PR, I dont see a fundamental change to the code in this PR except wrapping everything in try-catch statements...

I have force pushed and rebased this PR to both a) only include the relevant commit, and b) be based on current main. I agree with sean about the technical...