Dirk Petrautzki
Dirk Petrautzki
@lukaskurz thanks for your work on this. I am using your fix in my app and it worked until Flutter version 3.0.5. However, since Flutter version 3.3.0 my App crashed...
Same issue here. I'm on Flutter 3.0.5. Does not happen after downgrading to 0.6.1+2. Edit: I just saw, that is was an upgrade to 0.6.1+2 instead of a downgrade. I...
@marianhlavac Yesterday a new version of [wakelock_windows](https://github.com/creativecreatorormaybenot/wakelock/releases/tag/wakelock_windows-v0.2.1) was released. That should fix this issue (at least it did for me). Could you run `flutter pub upgrade` and check if the...
@ldemyanenko I switched away from the old renderer as proposed in [https://github.com/flutter/flutter/issues/105965#issuecomment-1224473127](https://github.com/flutter/flutter/issues/105965#issuecomment-1224473127) and have not experienced a crash yet with Flutter 3.3
No, i think this only works for SH1106, SH1107 and SSD1309 which are compatible with SSD1306.
@Sypzer Consider switching to [https://pub.dev/packages/wakelock_plus](https://pub.dev/packages/wakelock_plus) Published by fluttercommunity.dev It is a continuation of this project as the owner is not able to work on it at the moment afaik.
@sagnik-sanyal Consider switching to https://pub.dev/packages/wakelock_plus Published by fluttercommunity.dev It is a continuation of this project as the owner is not able to work on it at the moment afaik.
@GruvyPigeon The message regarding the memory is not a cause for concern at first and is also displayed for me. It is displayed as soon as more than 75% of...
@GruvyPigeon Currently only displays with SSD1306 controller are supported. Your display uses a SSH1106 controller. It seems that they are not that much different, but it won't be working without...