brendabullorini

Results 2 comments of brendabullorini

I've tried using transitionBuilder but it didn't work either.

> > 1. Change all forEach statements (run asynchronously which causes overlap) to synchronous for loops. For example: > > ```dart > List services = await r.device.discoverServices(); > print('got services');...