Western-Health-Covid19-Collaboration / wh_covid19_app

Volunteer developed app containing information for frontline medical staff around COVID-19
29 stars 8 forks source link

[Update] Update iOS & Tooling Support #350

Closed workerbee22 closed 4 years ago

workerbee22 commented 4 years ago

General update of the iOS side of the project now that we are back on Flutter stable channel:

Changes

Screenshots

Slightly more vertical space to avoid being too close to iOS 13 control. Still looks fine on Android

image

image

Things to note

workerbee22 commented 4 years ago

So yep the manual update of minor version isn't actually required, but it is just so we know we've looked at the changes up to this minor version and they seem ok for this project. I usually don't do this until we are close to a release as it helps figure out what changes are in recent package releases and what might need testing prior to the release. Rather than just blindly getting the later minor version updates .... which I prefer not to do when we are about to release to users.

Otherwise yes we can always do a flutter pub upgrade and so the versions in use are actually the ones in pubspec.lock.

@yimingc2 as discussed, given you are probably one of the only other Devs who checks the iOS version, I'll take your approval as OK to go 👍