codemagic-ci-cd / codemagic-sample-projects

A collection of sample apps built with Codemagic CI/CD. Please see the codemagic.yaml file for a sample workflow configuration.
https://codemagic.io
174 stars 348 forks source link

Update Flutter samples #104

Closed TahaTesser closed 2 years ago

TahaTesser commented 2 years ago

Looks like all the Flutter samples currently have flutter build apk --release

For instance https://github.com/codemagic-ci-cd/codemagic-sample-projects/blob/d1e842b706861b7f067ae5477903e68363a9cb11/Firebase-App-Distribution/codemagic_firebase_app_distribution_yaml-master/codemagic.yaml#L50

Google requires an app bundle for publishing new apps from Aug 2021.

https://android-developers.googleblog.com/2021/06/the-future-of-android-app-bundles-is.html

Also, Flutter docs prefer app bundles too. https://docs.flutter.dev/deployment/android#building-the-app-for-release

Solution

Update all Flutter samples including this

TahaTesser commented 2 years ago

Also "Install Pods" is included in the "Android Workflow". iOS commands should be removed from Android workflows.

https://github.com/codemagic-ci-cd/codemagic-sample-projects/blob/d1e842b706861b7f067ae5477903e68363a9cb11/Firebase-App-Distribution/codemagic_firebase_app_distribution_yaml-master/codemagic.yaml#L45-L47

TahaTesser commented 2 years ago

Just leaving this feedback for anyone updating Flutter samples

K-Codemagic commented 2 years ago

Projects are updated.