Under iOS I can use build_app to build app in fastlane and then push.
But for Android on windows, I have to call flutter build apk first and then call fastlane to push to play store. That is very in convenience.
Could someone tell me if I missed anything? Is there a easy way to build and push flutter to google play store?
Thanks