Reader small image

You're reading from  Flutter Cookbook, Second Edition - Second Edition

Product typeBook
Published inMay 2023
Reading LevelIntermediate
PublisherPackt
ISBN-139781803245430
Edition2nd Edition
Languages
Tools
Right arrow
Author (1)
Simone Alessandria
Simone Alessandria
author image
Simone Alessandria

Simone Alessandria wrote his first program when he was 12. It was a text-based fantasy game for the Commodore 64. Now, he is a trainer (MCT), author, speaker, passionate software architect, and always a proud coder. He is the founder and owner of Softwarehouseit. His mission is to help developers achieve more through training and mentoring. He has authored several books on Flutter, including Flutter Projects, published by Packt, and web courses on Pluralsight and Udemy.
Read more about Simone Alessandria

Right arrow

Installing and configuring fastlane

Publishing an app to these stores is a long and cumbersome process; it may well take a full day of work for the initial publishing, and then hours for each update you make to the app. That’s why automation tools such as fastlane can boost your productivity by automating several tasks required to deal with the publishing process and keep you focused on designing and developing your apps.

For more information about fastlane, have a look at https://fastlane.tools/.

You will now see the setup and configuration process for fastlane.

Getting ready

Before following along with this recipe, you should have completed the previous recipes in this chapter: Registering your iOS app on App Store Connect for iOS and Registering your Android app on Google Play for Android.

How to do it...

In this recipe, you will set up fastlane for Windows, macOS, Android, and iOS. Follow the steps in the following sections.

Installing...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Flutter Cookbook, Second Edition - Second Edition
Published in: May 2023Publisher: PacktISBN-13: 9781803245430

Author (1)

author image
Simone Alessandria

Simone Alessandria wrote his first program when he was 12. It was a text-based fantasy game for the Commodore 64. Now, he is a trainer (MCT), author, speaker, passionate software architect, and always a proud coder. He is the founder and owner of Softwarehouseit. His mission is to help developers achieve more through training and mentoring. He has authored several books on Flutter, including Flutter Projects, published by Packt, and web courses on Pluralsight and Udemy.
Read more about Simone Alessandria