Érick Moreira

Results 3 comments of Érick Moreira

I'm having a similar problem on a integration test. Rendering a tree like so: ```dart ... Expanded( flex: 1, child: GestureDetector( onTap: () async => await doSomething(), child: Center( child:...

I had the same problem just now. Running the ´pod install´ manually it also fails. It looks like the version (´$IOS_FIREBASE_MESSAGING_VERSION´) wasnt´t set (maybe because I run it manually 😅...

Apparently, with [email protected] it finishes the build process. I dont remember right now if everything went fine, I'm not with the mac right now, but it looked ok. But, by...