Releasing Your App to the World
You’ve written the code, run some tests, debugged some issues, and you’ve reached a point where your app is ready! Ultimately, you want to release your app to the world – that’s why you embarked on your Flutter journey in the first place.
This chapter explores how you will achieve that within the Apple App Store, Google Play Store, and on the web. Each route to market brings its own challenges, so this chapter will act as a guide by pointing out the key steps in your release process and identifying any pain points you may need to overcome.
In Chapter 10, Popular Third-Party Plugins, we touched on how you can track the usage and issues users are seeing within your app. In this chapter, you will build on that knowledge with a deeper look at the Firebase tools for usage analysis and crash reporting.
The following topics will be covered in this chapter:
- Preparing your app for deployment
- Releasing your app...