Install Required Tools
Install Android Studio
Head over to https://developer.android.com/studio and download the latest android studio and SDK.
Install Visual Studio Code
VSCode is optional if you have android studio installed. Note that if don't want to install android studio and work on VSCode only, then you need to install the android sdk manually to build the android application.
Head over to https://developer.android.com/studio and download the latest android studio and SDK.
Install Flutter SDK
Head over to https://flutter.dev/docs/get-started/install and install the Flutter SDK for your operating system.
Install Xcode (only for macOS users)
Head over to https://apps.apple.com/in/app/xcode/id497799835 and install Xcode using the AppStore app.
Last updated