Chapters

Hide chapters

Real-World Flutter by Tutorials

First Edition · Flutter 3.3 · Dart 2.18 · Android Studio or VS Code

Real-World Flutter by Tutorials

Section 1: 16 chapters
Show chapters Hide chapters

To follow along with this book, you’ll need the following:

  • Xcode 12.5.1 or later. Xcode is iOS’s main development tool, so you need it to build your Flutter app for iOS. You can download the latest version of Xcode from Apple’s developer site here: https://apple.co/2asi58y or from the Mac App Store. Xcode 12.5.1 requires a Mac running macOS Big Sur (11) or later.

Note: You also have the option of using Linux or Windows, but you won’t be able to install Xcode or build apps for iOS on those platforms.

  • Cocoapods 1.10.2 or later. Cocoapods is a dependency manager Flutter uses to run code on iOS.

  • Flutter SDK 3.3 or later. You can download the Flutter SDK from the official Flutter site at https://docs.flutter.dev/get-started/install. Installing the Flutter SDK will also install the Dart SDK, which you need to compile the Dart code in your Flutter apps.

  • Android Studio 2020.3.1 or later, available at https://developer.android.com/studio. This is the IDE in which you’ll develop the sample code in this book. It also includes the Android SDK and the build system for running Flutter apps on Android.

  • Flutter Plugin for Android Studio 60.1.2 or later, installed by going to Android Studio Preferences on macOS (or Settings on Windows/Linux) and choosing Plugins, then searching for “Flutter”.

You have the option of using Visual Studio Code for your Flutter development environment instead of Android Studio. You’ll still need to install Android Studio to have access to the Android SDK and an Android emulator. If you choose to use Visual Studio Code, follow the instructions on the official Flutter site at https://flutter.dev/docs/get-started/editor?tab=vscode to get set up.

Chapter 1, “Setting up Your Environment”, explains more about Flutter history and architecture. You’ll learn how to start using the Flutter SDK, and then you’ll see how to use Android Studio and Xcode to build and run Flutter apps.

Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.