mobileappdevhm / dev-team-1-cie-app-in-flutter

Development Team 01 (Flutter)
https://mobileappdevhm.github.io/dev-team-1-cie-app-in-flutter/
8 stars 1 forks source link

Re-implement overflow protection on courseDetails page #167

Closed heatsink closed 6 years ago

heatsink commented 6 years ago

Related to https://github.com/mobileappdevhm/dev-team-1-cie-app-in-flutter/issues/164, the master branch wasn't compiling for iOS because it didn't like something about the way we used expanded in the widget for the description page.

Therefore, part of the commit was reverted temporarily.

Investigate this further, and implement in a different way that makes iOS happy.

4nderl commented 6 years ago

This is yours because the current approach wasnt compiling on IOS but worked on Android.

heatsink commented 6 years ago

merged