Can I use Android Studio to assemble the (compile) Flutter project?
Yes! Android Studio fully supports Flutter. When you connect your device, such as a Motorola Edge 60 Fusion, you can build and run the app directly on it. It'll show the default Flutter counter app initially — that's expected.
To use Android Studio for Flutter:
Step 1 — Install Flutter plugin in Android Studio: 1. Open Android Studio 2. Go to File → Settings → Plugins 3. Search Flutter 4. Install it (it also installs Dart plugin automatically) 5. Restart Android Studio
Step 2 — Open your project: - File → Open → Select your project directory (e.g., `C:\Users\User\Projects\emandi_bill`)
Step 3 — Run from Android Studio: - Select your target device from the top bar (phone, Windows, Chrome) - Click the ▶ Run button
The Best Part
From Android Studio, you can easily select which platform you want to run your app on. The device dropdown provides options such as:
* [motorola edge 60 fusion] ← Android device * [Windows] ← Windows desktop app * [Chrome] ← Web application
Just switch from the dropdown to your desired target and click Run to test your app across different platforms!