Tomek Polański
1 min readMar 20, 2019

--

I apologize Mohamed hassan kadri for late response but I missed medium notification.

To have this logs I had to just add print statements into the Element class in Flutter source code:

/// framework.dart
// Element class
void mount(Element parent, dynamic newSlot) {
print('mount ${parent.widget}');
...
}

--

--

Tomek Polański
Tomek Polański

Written by Tomek Polański

Passionate mobile developer. One thing I like more than learning new things: sharing them

No responses yet