Get Flutter Up and Running!
This app was built using Flutter, a cool framework for creating beautiful mobile apps. To use it, you’ll need to install Flutter on your computer.
What’s an IDE?
An IDE (Integrated Development Environment) is basically your coding playground. You can use either Visual Studio Code or Android Studio for Flutter development. Luckily, the installation steps are the same for both!
Let’s Install Flutter with Visual Studio Code
Head over to the official Flutter website (https://flutter.dev/) for the latest installation instructions. They’ve got everything you need to know!
Need a Visual Guide?
No worries! Here are some helpful YouTube videos to walk you through the installation process:
Mac Users:
Windows Users:
Choosing the Right Version
We recommend using Flutter version 3.24.0 for this app.
Heads Up for iOS Development (Optional)
Building an app for iPhone or iPad? You’ll need a Mac computer and an Apple developer account. If you don’t have these, you can skip the iOS setup instructions.
Happy Coding!