saeedjassani / ShiaCompanion

All the features needed by the lovers of Ahle Bayt (may Allah's peace and blessings be upon them) in one app
MIT License
6 stars 2 forks source link

Create automatic screenshots using CodeMagic #18

Open saeedjassani opened 3 years ago

saeedjassani commented 3 years ago

Creating screenshots for iOS is a messy manual work. It requries three different sizes and if the screenshot is not latest, the app update may get rejected. To solve this, we can use codemagic CI/CD to generate screenshot whenever we submit a new build.

https://blog.codemagic.io/automated-screenshots-for-apple-store/

saeedjassani commented 3 years ago

As of now, this issue is stuck because we cannot accept location permission in flutter driver tests.

https://github.com/flutter/flutter/issues/12561

saeedjassani commented 3 years ago

Also, only image assets are loaded and hadith and library assets is not loaded in flutter driver tests.

https://github.com/flutter/flutter/issues/21931

saeedjassani commented 3 years ago

Also, only image assets are loaded and hadith and library assets is not loaded in flutter driver tests.

The problem of this is due to DefaultAssetBundle