Managing the source code in this book
Since we will develop a password manager app incrementally in this book, the source code of each chapter is built on top of the previous chapters. To continuously improve our app, we will have separate branches for the source code of each chapter. If you want to clone the source code of all chapters in one command, you can clone it from the main branch. In the main branch, all the chapters are in separate folders. If you don’t want to use Git, you can also download the source code as a compressed file from the release area, as shown in the following screenshot (Figure 2.1):
Figure 2.1: Source code in GitHub
Since new .NET MAUI releases may be available from time to time, the Git tags and versions in the release area will be updated according to the new .NET MAUI releases and bug fixes.
The source code of this book can be found in the following GitHub repository: https://github.com/PacktPublishing/.NET-MAUI-Cross-Platform...