当前位置:网站首页>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&
边栏推荐
- 二舅
- Elastic Stack的介绍
- Which interpolation is better for opencv to zoom in and out??
- Ordinary users cannot access HGFS directory
- HCIP(15)
- Talking about hardware device computing storage and data interaction
- [Search topic] After reading the inevitable BFS solution to the shortest path problem
- device node结构体转换成platform_device结构体
- 2022 CSP-J1 CSP-S1 Round 1 Preliminary Competition Registration Guide
- The kernel of the decompression process steps
猜你喜欢
Solve the problem that when IDEA creates a new file by default, right-click, new, there is no XML file
被 CSDN,伤透了心
MySQL4
Open source project site must-have & communication area function
IDEA修改注释字体
【入门教程】Rollup模块打包器整合
Browser download shortcut to desktop (PWA)
【消息通知】用公众号模板消息怎么样?
TypeScript simplifies running ts-node
树莓派 的 arm 版的 gcc 安装 和环境变量的配置
随机推荐
785. 快速排序
软考高级系统架构设计师系列之:信息系统基础知识
IDEA调试
2. # 代码注释
Soft Exam Senior System Architect Series: Basic Knowledge of System Development
button去除黑框
MYSQL logical architecture
Game Security 03: A Simple Explanation of Buffer Overflow Attacks
A way to deal with infinite debugger
移动端页面秒开优化总结
软件测试基础理论知识—用例篇
What is a programming language
<JDBC> 批量插入 的四种实现方式:你真的get到了吗?
Flutter “Hello world“ 程代码
How to download the Keil package
Nmap 操作手册 - 完整版
test
从设备树(dtb格式数据)中解析出bootargs
ARM 交叉编译
预言机简介