- Open Android Studio
- Click File → Open and select the root directory of the Flutter demo (
flutter_plugin_qpos) - Android Studio will automatically recognize it as a Flutter project and configure the environment accordingly
- Ensure the main entry file
main.dart(located inexample/lib/) is open in the editor - Click the green Run button
▶️ in the toolbar to build and launch the demo on a connected device or emulator
If you need to modify or rebuild the native Android module separately:
- Click File → Open again
- Navigate to and select the
flutter_plugin_qpos/example/androidfolder - This will open the Android module as a standalone project for advanced native-level development or debugging
- Flutter SDK installed and configured in Android Studio
- Android device/emulator with USB debugging enabled
- If the project fails to sync, run
flutter pub getin the terminal - Ensure all Android SDK tools and licenses are properly installed
Note: If you encounter any issues during setup, please check the project's documentation or contact support for further assistance.