Aidan Davis

Results 5 comments of Aidan Davis

Check this out, it helped me: https://www.reddit.com/r/learnmachinelearning/comments/qnqdy0/jax_on_windows/

I'm also looking into this. Wanting to build an app in a corporate setting with a background GPS tracking requirement. flutter/plugins#656 (mentioned above) isn't on Pub yet and only supports...

I ended up writing my own implementation (on Android, at least), based off [this Google sample](https://github.com/googlesamples/android-play-location/tree/master/LocationUpdatesForegroundService) that runs when the app closes. I'm pushing the location data to firebase, so...

That's definitely a way to do it. The problem still remaining is doing something with the data while the app is in background or the sytem chooses to close it....

I have solved my issue, but I'm not sure it's THE solution. Posting here to aid anyone in future. I had a `ListView.builder()` inside the `DraggableScrollbar`. The ListView had a...