Deploying a Flutter App to App Store and Google Play with Fastlane

Ananda
5 min readDec 9, 2021

I have been using fastlane on a couple of react-native projects where it’s been a great tool which saved deployment time on both iOS and Android platforms. The configuration of fastlane for a Flutter app is quite simple and pretty the same as for the react-native. I have been following this doc on the flutter website: https://flutter.dev/docs/deployment/cd

--

--