Technical requirements
To follow along with the recipes in this chapter, you should have the following software installed on your Windows, Mac, Linux, or ChromeOS device:
- The Flutter SDK
 - The Android SDK when developing for Android
 - macOS and Xcode when developing for iOS
 - An emulator or simulator, or a connected mobile device enabled for debugging
 - Your favorite code editor, with the Flutter/Dart extensions installed
 
You’ll find the code for the recipes in this chapter on GitHub at https://github.com/PacktPublishing/Flutter-Cookbook/tree/master/chapter_11.