drewpayment / payment-group-flutter

My first Flutter SDK app, implemented in iOS/Android
0 stars 0 forks source link

Admin user can create a contact with invalid information #21

Open drewpayment opened 5 years ago

drewpayment commented 5 years ago

The user can create a contact that doesn't have a real address. When this happens, the API call fails and the contact isn't created, but the app tries to insert a new contact object into the array and then lets them try to load the map with it causing a fatal error.