GrupaMedialnaSalwator / kompas.sds

App for families to visit salvatorian places
MIT License
3 stars 0 forks source link

Alpha_patch_1_mk #102

Closed knutm92 closed 2 years ago

knutm92 commented 2 years ago

fixes #95

fixes #96

fixes #86

darowsluk commented 2 years ago

After pressing "Osiągnięcia" I receive the following error:

  1. Debug version: Incorrect use of ParentDataWidget.
  2. Release version on physical phone: grayed out empty box

Trying to debug further...

knutm92 commented 2 years ago

After pressing "Osiągnięcia" I receive the following error:

  1. Debug version: Incorrect use of ParentDataWidget.
  2. Release version on physical phone: grayed out empty box

Trying to debug further...

That's interesting, my virtual devices didn't catch this error. Only when I plugged in a physical device did it occur. It was a problem with unnecessary Expanded which can't be a child of Container. Please let me know if the fix works on your setup now.

darowsluk commented 2 years ago

That's interesting, my virtual devices didn't catch this error. Only when I plugged in a physical device did it occur. It was a problem with unnecessary Expanded which can't be a child of Container. Please let me know if the fix works on your setup now.

Thanks, the fix works on my setup. I will try to finish the review today.