Section 3: Packaging and Distribution
Having explored the toolkit and built our first applications using Fyne, we see how easy it can be to build applications that work across multiple platforms. Now, it is time to look at how to manage our applications and prepare them for publication. As each distribution system has different requirements for metadata and packaging formats, this can be daunting, but the following section will walk you through the details. By the end of these chapters you will have packaged up your apps, installed them like native applications on your desktop and phone, and uploaded them to various app stores.
This section will cover the following topics:
- Chapter 8, Project Structure and Best Practices
- Chapter 9, Bundling Resources and Preparing for Release
- Chapter 10, Distribution – App Stores and Beyond
We start this section by reviewing how to organize our applications, and then move on to packaging and distribution.