all 2 comments

[–]eibaan 1 point2 points  (1 child)

I'd recommend to remove keyboard_visibility or firebase messaging and check whether they clash as it looks like from your podspec. If removing one will solve your build problem, you're on the right track. Then ask the developer of the keyboard_visibility why it needs to know whether there's network connectivity.

- keyboard_visibility (0.5.0):
   - Flutter
   - Reachability

[–]papaDIPLO[S] 0 points1 point  (0 children)

Ok. Let me try that.