You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app icons created for iOS seem to always have the alpha Chanel enabled when using PNGs, which is not allowed for App Store upload. The Icon must have no transparency.
📜 Pubspec.yaml
name: achievydescription: Achievy helps you beating procrastination.publish_to: 'none'# Remove this line if you wish to publish to pub.devversion: 1.0.2+6environment:
sdk: ">=2.15.1 <3.0.0"dependencies:
flutter:
sdk: fluttercupertino_icons: ^1.0.2dev_dependencies:
flutter_test:
sdk: flutterflutter_lints: ^1.0.0flutter_launcher_icons: "^0.9.2"flutter_icons:
ios: trueimage_path: "assets/icon/icon.png"flutter:
uses-material-design: true
The text was updated successfully, but these errors were encountered:
ℹ️ Info
Version: 0.9.3
💬 Description
The app icons created for iOS seem to always have the alpha Chanel enabled when using PNGs, which is not allowed for App Store upload. The Icon must have no transparency.
📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: