当前位置:网站首页>Flutter Tutorial 01 Configure the environment and run the demo program (tutorial includes source code)
Flutter Tutorial 01 Configure the environment and run the demo program (tutorial includes source code)
2022-08-01 03:40:00 【Knowledge is fat】
1. Download the following installation package to get the latest stable version of the Flutter SDK:
https://docs.flutter.dev/get-started/install/macos
2. Extract the file to the desired location, eg:
cd ~/developmentunzip ~/Downloads/flutter_macos_3.0.5-stable.zip
3. Add the flutter tool to your path:
Add flutter tools to your path:
4.Run flutter doctor
Run the following command to see if any dependencies need to be installed to complete the setup (for verbose output, add the -v flag):
flutter doctor
This command checks your environment and displays a report to the terminal window.The Dart SDK is bundled with Flutter; there is no need to install Dart separately.Double-check the output for additional software you may need to install or other tasks to perform
After installing any missing dependencies, run the flutter doctor command again to verify that you have everything set up correctly.
flutter doctor --android-licenses
5. Configuring the IDE
Mac
use the following instructions for macos:
- Start Android Studio.
- Open Plugin Preferences (Preferences > Plugins v3.6.3.0 or later&
边栏推荐
- 这个地图绘制工具太赞了,推荐~~
- The 16th day of the special assault version of the sword offer
- Replacing the Raspberry Pi Kernel
- Unknown Bounded Array
- leetcode6132. 使数组中所有元素都等于零(简单,周赛)
- 785. Quick Sort
- The device node structure is converted into a platform_device structure
- 设备树——dtb格式到struct device node结构体的转换
- Input input box cursor automatically jumps to the last bug after the previous input
- Summary of mobile page optimization in seconds
猜你喜欢
更换树莓派内核
剑指offer专项突击版第16天
IDEA无法识别module(module右下角没有蓝色小方块)
The maximum quantity leetcode6133. Grouping (medium)
second uncle
Solve the problem that when IDEA creates a new file by default, right-click, new, there is no XML file
Completely closed Chrome updated and in the top right corner of the tip
leetcode6133. 分组的最大数量(中等)
初出茅庐的小李第114篇博客项目笔记之机智云智能浇花器实战(3)-基础Demo实现
【 Make YOLO Great Again 】 YOLOv1 v7 full range with large parsing (Neck)
随机推荐
MYSQL two-phase commit
button去除黑框
Modify Postman installation path
解决安装MySQL后,Excel打开很慢的问题
Raspberry pie arm version of GCC installed configuration and environment variables
Device tree - conversion from dtb format to struct device node structure
785. 快速排序
[Getting Started Tutorial] Rollup Module Packager Integration
The fledgling Xiao Li's 114th blog project notes: Wisdom cloud intelligent flower watering device combat (3) - basic Demo implementation
HCIP(15)
MySQL3
带你体验一次类型编程实践
pdb drug comprehensive database
一个service层需要调用另两个service层获取数据,并组装成最后的数据,数据都是list,缓存如何设计?
button remove black frame
leetcode6132. 使数组中所有元素都等于零(简单,周赛)
【uniCloud】云对象的应用与提升
树莓派 的 arm 版的 gcc 安装 和环境变量的配置
初出茅庐的小李第112篇博客项目笔记之机智云智能浇花器实战(1)-基础Demo实现
让你的 Lottie 支持文字区域内自动换行