-
Notifications
You must be signed in to change notification settings - Fork 0
Development environment and tool chain
Kherld edited this page Sep 26, 2023
·
4 revisions
If you're new to Flutter the first thing you'll need is to follow the setup instructions.
Once Flutter is set, you can use the default stable
channel, or switch to the latest dev
version to get the most current fixes for desktop/web:
- Run
flutter channel dev
- Run
flutter upgrade
The main branch of this repository currently supports:
- Flutter version • 3.13.1 • channel stable
- Framework • revision 83b9e99cfb
- Engine • revision d5adde01dd
- Dart version • 3.1.0 (stable)
- Android Studio Arctic Fox | 2020.3.1
If you've never run a desktop build before, you will need to enable it with a one-time command for your current platform:
flutter config --enable-macos-desktop
flutter config --enable-windows-desktop
flutter config --enable-linux-desktop
Once you're on channel dev
and the desktop is enabled, you're ready to run the app:
flutter run -d windows
flutter run -d macos
flutter run -d linux
flutter run -d android
flutter run -d ios
flutter run -d web
Check our API documentation here: IME-API Docs