cirruslabs / docker-images-flutter

Docker Images for Flutter
MIT License
433 stars 139 forks source link

Issues with built releases #309

Closed FluffyDiscord closed 1 month ago

FluffyDiscord commented 5 months ago

I am using this image to build release version of my app in Gitlab CI. Using the same command on my local machine vs this docker image produces different apps.

Differences:

I have checked both locally built and CI built apps using apkanalyzer and they both produce the same package name (bundle id), same build version and name, yet the CI is somehow different.

I have no idea what would be the cause of this. I am using the same flutter version in docker image and on my local machine, so that should not be the difference.

bartekpacia commented 1 month ago

Could you provide a repo that would server as a reproducible sample?

FluffyDiscord commented 1 month ago

If I remember correctly, it was issue with a signing key that I fixed eventually. Closing, as it's invalid