voteflux / digipol

An app to allow Australian Voters to vote on current issues and bills in the parliament.
https://digipol.app
GNU General Public License v3.0
60 stars 9 forks source link

Remove alpha channel from app icon #136

Closed connorhsm closed 4 years ago

connorhsm commented 4 years ago

Problem: App icon had been saved with an alpha channel, preventing validation before uploading to the App Store.

Solution: Overwrite the app icon with a version of itself that has the alpha channel removed and regenerate all app icons with flutter pub run flutter_launcher_icons:main

Resolves #135