Diego Tori
Diego Tori
> The issue is this is not a flutter project, it is a flet project. Flet will go off and build this in a temporary directory, if I could override...
> For me the following error is presented. This started to occur after generating a new flutter project in version 3.9.15. > > Error You need to be using at...
> Actually maybe I can override C:\Users\dan\AppData\Local\Pub\Cache\hosted\pub.dev\wakelock_plus-1.2.1\ in manually from error messages not sure... You can try blasting your pub cache if all else fails.
> Yeah won't matter, I did a fresh install of windows 11 on my laptop last night hoping I could with a fresh install have older version of kotlin, got...
@fabiomicheldossantos yup, I see what you mean now. Looks like the upgrades to the Android integration broke due to it forcing a much higher Kotlin version that what people usually...
@fabiomicheldossantos published version `1.2.2` which brings the Android integration in line with the rest of the `plus_plugins`.
Then the generated project from flet needs to either use a dependency override, or `flutter pub upgrade` must be called prior to building. The former might be the solution that...
You'll have to also force `package_info_plus` as well to at least version `6.0.0`. The long term solution is to submit a PR that updates `media_kit` to use the latest wakelock...
@kalismeras61 I would upgrade to `1.2.2`, which solves a bunch of issues related to pigeon.
As far as Android is concerned, the plugin merely keeps the screen on through the Activity's `WindowManager`, adding or removing `WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON`. Nothing more, nothing less. Based on the current docs,...