NIAEFEUP / uni

Mobile app designed to help students of the University of Porto to manage their academic life.
GNU General Public License v3.0
50 stars 18 forks source link

Fixing IOS build #1326

Closed DGoiana closed 2 months ago

DGoiana commented 2 months ago

Fixing IOS build for a future release. flutter_widget_from_html had a microphone usage permission that was not needed in the context of the app and therefore was blocked by the App Store.

Review checklist

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 11%. Comparing base (f077d5f) to head (80bff0c). Report is 6 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1326 +/- ## ======================================= Coverage 11% 11% ======================================= Files 268 268 Lines 7309 7309 ======================================= Hits 799 799 Misses 6510 6510 ```