AhmedLSayed9 / deliverzler

Delivery App for Restaurants built on Flutter using Domain-Driven Design (DDD) and Layered Architecture along with Riverpod Framework.
620 stars 160 forks source link

Fix res string or bool issue, update depency #10

Closed EARodriguezM closed 1 year ago

EARodriguezM commented 1 year ago

Firebase_core dependency update due crash issue. When the app is executed, if res is List? This causes an exception, so it is better to use List? instead.

AhmedLSayed9 commented 1 year ago

Firebase_core dependency update due crash issue.

Can you elaborate which crash issue ?

EARodriguezM commented 1 year ago

I solved these problems days ago and until now I remember this so I sent the pull. After tracing, there were issues running the flutterfire configure command, which were solved by updating the dependency.

AhmedLSayed9 commented 1 year ago

Thanks!