Aaron Vance

Results 9 comments of Aaron Vance

If you get the colon one from robotdy can you just turn on the bottom dot? Will you support the decimals one at some point?

OTA is Over The Air updating. I'm not sure how well using WiFi and this Bluetooth PS4 controller library will work together. I think WiFi and Bluetooth use the same...

I have done some further testing and removing `checkToShowDot` does not fix the memory leak. But removing my `touchCallback` does fix the memory leak. I also tried keeping my callbacks...

After even more testing: I found if the callback I provide for `touchCallback` contains `ref` which is a `WidgetRef` for riverpod I get this issue. I changed the `touchCallback` to...

I have done a memory snap shot and have discovered that it is more than just `FlSpots` that are growing. First snap shot is on first draw of the charts...

Here is a full `main.dart` to reproduce the issue. It is much simpler with only having one chart: ``` dart import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:fl_chart/fl_chart.dart'; void main() { runApp(const...

I am seeing similar to the OP with almost identical code. I am using `SD` instead of `SPIFFS`. I noticed that every time the callback that is passed to `beginChunkedResponse`...

> Are either of you perchance using I2C in your projects? > I have noticed some very weird behaviour as soon as I tell the wire library to connect to...

This might be related to this https://github.com/microsoft/vscode-cpptools/issues/12051 although mine never completes so is worse than slow! Downgrading fixes mine too.