Flutter development preparation dart language

1. Install the flutter sdk, download the corresponding version and install it, and match the corresponding environment variables;
2. If flutter does not have the dart sdk, you need to download the dart sdk and match the corresponding environment variables;
3. Install Android studio, and install the required version. , mine is the latest;
4. Install flutter, dart, adb wi-fi plugin in Androidstudio =>File=>Setting=> Plugin; 5.
In Androidstudio =>File=>Setting=> Appearance & Behavior => System Setting =>Android SDK usually download the latest one (currently 33), SDK tools need Android SDK Build-Tools 33, Android Emulator, Android SDK Platform-Tools, Intel x86 Emulator Accelerator (HAXM installer); 6. In Androidstudio =>
File =>Setting=>Languages ​​& Frameworks Configure the path of Dart and Flutter, F:\flutter and F:\flutter\bin\cache\dart-sdk, using the dart that comes with flutter; 7. In Androidstudio => File=
> Project Structure=>Project Setting=> project specifies the project sdk version;

Opening the used project requires Pub get installation dependency on pubspec.yaml;

Guess you like

Origin blog.csdn.net/kuilaurence/article/details/126868281