Flutter google_sign_in error : Unable to merge dex
This error means that some of your dependencies use a different version of the google play services.
You'd have to downgrade/upgrade plugins to unify the version used
I also had the same issue and I read that you had to include multiDexEnabled true in the app\build.gradle defaultConfig section. This worked for me.